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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051748 Number of character table entries of the symmetric group S_n which are < 0. 4
0, 1, 2, 7, 13, 34, 72, 137, 249, 524, 953, 1679, 3106, 5270, 9398, 15666, 26284, 43409, 72861, 115940, 189476, 297929, 476904, 743094, 1174624, 1782368, 2787256, 4196505, 6413986, 9645485, 14553197, 21483398, 32243250, 47165359, 69606943 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[n_] := Count[FiniteGroupData[{"SymmetricGroup", n}, "CharacterTable"], _?Negative, 2]; Array[a, 10] (* Jean-François Alcover, Apr 03 2017 *)
PROG
(GAP) A051748 := n -> Sum(Irr(CharacterTable("Symmetric", n)), chi -> Number(chi, x->x<0)); # Eric M. Schmidt, Jul 14 2012, revised Sep 05 2012
CROSSREFS
Sequence in context: A320680 A079119 A309368 * A330452 A086904 A358906
KEYWORD
nonn,nice
AUTHOR
JOHN MCKAY (mckay(AT)cs.concordia.ca), Dec 08 1999
EXTENSIONS
More terms from Eric M. Schmidt, Jul 14 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)