OFFSET
0,3
LINKS
Hugo Pfoertner, Table of n, a(n) for n = 0..76
Alexander R. Miller, On parity and characters of symmetric groups, preprint.
Alexander R. Miller, On parity and characters of symmetric groups, J. Combin. Theory Ser. A 162 (2019), 231-240. Gives terms for n <= 76.
EXAMPLE
For n = 2, all four character values are 1 or -1, so a(2) = 4.
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
CROSSREFS
KEYWORD
nonn
AUTHOR
Richard Stanley, Jul 02 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
STATUS
approved