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.

A141473 Number of 3-equitable permutations: permutations on n letters equally avoiding each permutation of S_3.

Original entry on oeis.org

6, 2, 2, 0, 0, 4, 2, 0, 0
Offset: 3

Views

Author

Sunil Abraham (sunil.abraham(AT)lmh.ox.ac.uk), Aug 08 2008

Keywords

Comments

A permutation is 3-equitable if no omega in S_3 appears more than ceiling(binomial(n,3)/6) times or fewer than floor(binomial(n,3)/6) times.
E.g., 2143 contains 214, 213--213 permutations--and 243 and 143--both 132 permutations.
This is a generalization of the Kendall-Mann numbers A000140.

Examples

			The only 3-equitable permutations in S_4: [3, 1, 4, 2], [2, 4, 1, 3].
		

Crossrefs

Cf. A000140.