login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A006908
Number of nonzero elements in the character table of the symmetric group S_n.
(Formerly M3338)
3
1, 4, 8, 21, 39, 92, 170, 331, 593, 1176, 2118, 3699, 6658, 11347, 19760, 32746, 54854, 90245, 149906, 237953, 387937, 608531, 970912, 1510331, 2380015, 3610620, 5634251, 8474110, 12934092, 19440955, 29291690, 43233800, 64825830, 94779612, 139820232
OFFSET
1,2
COMMENTS
John McKay (email to N. J. A. Sloane, Apr 23 2013) observes that A061256 and A006908 coincide for a surprising number of terms, and asks for an explanation. - N. J. A. Sloane, May 19 2013
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).
MATHEMATICA
a[n_] := Count[FiniteGroupData[{"SymmetricGroup", n}, "CharacterTable"], k_ /; k != 0, 2]; Array[a, 10] (* Jean-François Alcover, Oct 21 2016 *)
PROG
(GAP) A006908 := n -> Sum(Irr(CharacterTable("Symmetric", n)), chi -> Number(chi, x->x<>0)); # Eric M. Schmidt, Jul 13 2012, revised Sep 05 2012
CROSSREFS
Sequence in context: A037020 A094878 A233401 * A079860 A061256 A180608
KEYWORD
nonn,nice
EXTENSIONS
More terms from Eric M. Schmidt, Jul 13 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 24 07:53 EDT 2024. Contains 376188 sequences. (Running on oeis4.)