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.

A267323 The number of permutations in S_n with strategic pile of size 3.

Original entry on oeis.org

0, 0, 0, 3, 12, 66, 432, 3240, 27360
Offset: 1

Views

Author

Marion Scheepers, Jan 13 2016

Keywords

Comments

The strategic pile of permutation P=[a_1,...,a_n] is obtained from the disjoint cycle decomposition of the composition of the cycles (a_n, ..., a_1,0)(0,1, 2, ..., n). If 0 and n are not in the same cycle, the strategic pile of P is empty. Else, the terms appearing from n to 0, not including n or 0, in the cycle (n, ..., 0, ...) is the strategic pile of P.
The strategic pile of P=[3,2,4,1] is {1, 2, 3} which has size 3 because: (1,4,2,3,0)(0,1,2,3,4) = ( 4, 1, 3, 2, 0).

Examples

			a(4) = 3 because [3,2,4,1], [2,4,1,3] and [4,1,3,2] are the only elements of S_4 that each has a strategic pile of size 3.
		

Crossrefs

A267324 gives the corresponding sequence for strategic piles of size 4.
A267391 gives the corresponding sequence for strategic piles of size 5.