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.

A249165 Number of cds-sortable permutations in S_n. That is, number of permutations for which application of some sequence of context directed swaps ("cds" operations) terminates in the identity.

Original entry on oeis.org

1, 1, 4, 13, 72, 390, 2880, 21672, 201600, 1935360, 21772800, 253756800, 3353011200, 45924278400
Offset: 1

Views

Author

Bridget Tenner, Dec 15 2014

Keywords

Examples

			a(3) = 4 because there are 4 cds-sortable permutations of {1,2,3}. These are, in one-line notation, 123, 132, 213, and 321.
		

Extensions

a(11)-a(14) from Paul Plummer, Jan 18 2015