cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A274970 Number of 2-stack pushall sortable permutations of length n.

Original entry on oeis.org

1, 1, 2, 6, 24, 120, 698, 4393, 28551, 187403, 1231517, 8080058, 52905865, 345820994
Offset: 0

Views

Author

David Bevan, Jul 13 2016

Keywords

Comments

A 2-stack pushall sortable permutation is one that can be sorted by two stacks in series by pushing all elements to the stacks before writing any element to the output.
A permutation of length n is 2-stack pushall sortable if and only if it can be sorted by a sequence of 3n operations represented by a pushall stack word of length 3n.

Crossrefs

Cf. A263929 (permutations sortable with two stacks in series).
Cf. A274969 (pushall stack words of length 3n).

Extensions

a(11)-a(13) from Bert Dobbelaere, Dec 26 2018