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.

A267391 Number of elements of S_n with strategic pile of size 5.

Original entry on oeis.org

0, 0, 0, 0, 0, 40, 240, 1980, 18240
Offset: 1

Views

Author

Marion Scheepers, Jan 13 2016

Keywords

Comments

Strategic pile is defined in A267323.

Examples

			P = [7, 1, 5, 6, 2, 4, 3] has strategic pile size 5. The composition (0,3,4,2,6,5,1,7)(0,1,2,3,4,5,6,7) has cycle (7,3,2,4,1,6,0), and so the strategic pile of P is {1,2,3,4,6}.
		

Crossrefs

A267323 gives the corresponding sequence for strategic piles of size 3.
A267324 gives the corresponding sequence for strategic piles of size 4.