OFFSET
0,3
LINKS
Daniel Denton and Peter Doyle, Table of n, a(n) for n = 0..100
Daniel Denton, Methods of computing deque sortable permutations given complete and incomplete information, arXiv:1208.1532 [math.CO], 2012.
Andrew Elvey-Price and Anthony J. Guttmann, Permutations sortable by deques and by two stacks in parallel, arxiv:1508.02273 [math.CO], 2015-2016.
Andrew Elvey-Price and Anthony J. Guttmann, Permutations sortable by deques and by two stacks in parallel, European Journal of Combinatorics, 59 (2017), 71-95.
EXAMPLE
Up to n = 4, the only permutation that can't be sorted is 2341. This fails because after moving 2 to one stack, you must move 3 to the other stack, and now the 4 will block either the 2 or the 3. (If you use a double-ended queue instead of two stacks, then this permutation becomes sortable; cf. A182216.)
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Doyle, Aug 30 2012
EXTENSIONS
a(0)=1 added by N. J. A. Sloane, Sep 12 2012
STATUS
approved