Enumeration of simple permutations sortable by two parallel pop stacks with bypass
Determine the number of simple permutations of each size that can be sorted by two pop stacks in parallel when entries may bypass both pop stacks, and establish whether the sequence satisfies the stated Fibonacci formulas: a₀ = a₁ = 1, a₂ = 2, aₙ = F₂ₙ₋₅ − 1 for odd n ≥ 3, and aₙ = F₂ₙ₋₅ for even n > 3.
References
However, there is also a potential nice closed form for the simple sortable permutations that we boldly put here as a conjecture: Let $a_n$ be the number of simple permutations of size $n$ that can be sorted by a machine consisting of two pop stacks in parallel where entries are allowed to bypass the pop stacks. Then $a_0 =a_1 =1$, $a_2 =2$, $a_n =F_{2n-5}-1$ if $n\geq 3$ is odd, and $a_n =F_{2n-5}$ if $n > 3$ is even (where $F_n$ is the $n$-th Fibonacci number).