OFFSET
1,4
REFERENCES
J. McKay, personal communication to N. J. A. Sloane, circa 1991.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
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.
FORMULA
MATHEMATICA
a[n_] := Count[FiniteGroupData[{"SymmetricGroup", n}, "CharacterTable"], 0, 2]; Array[a, 10] (* Jean-François Alcover, Oct 08 2016 *)
PROG
(GAP) A006907 := n -> Sum(Irr(CharacterTable("Symmetric", n)), chi -> Number(chi, x->x=0)); # Eric M. Schmidt, Jul 13 2012, simplified Jul 26 2012
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
EXTENSIONS
More terms from Vladeta Jovovic, May 20 2003
More terms from Eric M. Schmidt, Jul 13 2012
a(36)-a(38) found by Alexander R. Miller (see 2019 reference). - N. J. A. Sloane, Jul 07 2020
STATUS
approved