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.

Showing 1-1 of 1 results.

A274691 Number of odd entries in the character table of the symmetric group S_n.

Original entry on oeis.org

1, 1, 4, 7, 19, 33, 77, 135, 218, 392, 798, 1312, 2381, 4107, 6639, 11722, 15869, 26333, 45115, 69168, 106213, 170710, 244042, 384991, 592859, 895944, 1326012, 2055454, 2884762, 4466493, 6553384, 9798596, 13336991, 20192347, 28680574, 41695293, 59766105, 86344867
Offset: 0

Views

Author

Richard Stanley, Jul 02 2016

Keywords

Examples

			For n = 2, all four character values are 1 or -1, so a(2) = 4.
		

Crossrefs

Programs

  • Maple
    with(combinat):
    a:= n-> add(`if`(i[]::odd, 1, 0), i=entries(character(n))):
    seq(a(n), n=0..15);  # Alois P. Heinz, Jul 10 2016

Extensions

More terms from Alois P. Heinz, Jul 10 2016
Further terms from Miller (2019) added by N. J. A. Sloane, Jul 07 2020
Showing 1-1 of 1 results.