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.

User: Austin Roberts

Austin Roberts's wiki page.

Austin Roberts has authored 2 sequences.

A195924 The number of fixed points in S_n by the action of Foata's bijection.

Original entry on oeis.org

1, 1, 2, 4, 10, 26, 80, 256, 918, 3464
Offset: 0

Author

Austin Roberts Oct 26 2011

Keywords

Comments

Foata's bijection takes a permutation w with maj(w) = x to a permutation F(w) with inv(F(w)) = x. Applying F repeatedly partitions the symmetric group into distinct orbits. F also preserves inverse descent sets.

Examples

			Below are the orbits of S_4 in order of size. The first 10 are fixed points.
[(1, 2, 3, 4)]
[(2, 1, 3, 4)]
[(2, 3, 1, 4)]
[(2, 3, 4, 1)]
[(3, 2, 1, 4)]
[(3, 2, 4, 1)]
[(3, 4, 2, 1)]
[(4, 3, 2, 1)]
[(4, 1, 3, 2)]
[(1, 4, 2, 3)]
[(2, 4, 3, 1), (4, 2, 3, 1)]
[(1, 3, 2, 4), (3, 1, 2, 4)]
[(1, 4, 3, 2), (4, 3, 1, 2)]
[(1, 2, 4, 3), (4, 1, 2, 3)]
[(2, 1, 4, 3), (4, 2, 1, 3), (2, 4, 1, 3)]
[(1, 3, 4, 2), (3, 1, 4, 2), (3, 4, 1, 2)]
		

References

  • James Pfieffer, personal communication.

Crossrefs

A195931 The number of orbits in S_n by the action of Foata's bijection.

Original entry on oeis.org

1, 1, 2, 5, 16, 56, 236, 998, 4544, 20346
Offset: 0

Author

Austin Roberts, Oct 26 2011

Keywords

Comments

Foata's bijection takes a permutation w with maj(w)=x to a permutation F(w) with inv(F(w))=x. Applying F repeatedly partitions the symmetric group into distinct orbits. F also preserves inverse descent sets.

Examples

			The orbits of S_4 are:
[(1, 2, 3, 4)]
[(2, 1, 3, 4)]
[(2, 3, 1, 4)]
[(2, 3, 4, 1)]
[(3, 2, 1, 4)]
[(3, 2, 4, 1)]
[(3, 4, 2, 1)]
[(4, 3, 2, 1)]
[(2, 1, 4, 3), (4, 2, 1, 3), (2, 4, 1, 3)]
[(2, 4, 3, 1), (4, 2, 3, 1)]
[(1, 3, 2, 4), (3, 1, 2, 4)]
[(1, 3, 4, 2), (3, 1, 4, 2), (3, 4, 1, 2)]
[(1, 4, 3, 2), (4, 3, 1, 2)]
[(4, 1, 3, 2)]
[(1, 2, 4, 3), (4, 1, 2, 3)]
[(1, 4, 2, 3)]
		

References

  • James Pfeiffer, personal communication.

Crossrefs