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!)
A085800 Maximal number of zeros in a row of the character table of the symmetric group S_n. 1
0, 0, 1, 2, 4, 7, 9, 16, 19, 34, 39, 55, 75, 113, 153, 199, 245, 318, 426, 499, 733, 866, 1110, 1347, 1794, 2099, 2667, 3559, 4087, 5219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
Contribution from Chris Cummins (cummins(AT)mathstat.concordia.ca), Apr 16 2010: (Start)
(GAP) max:=25;
for n in [1..max] do
ir:=Irr(CharacterTable(SymmetricGroup(n)));
Print(Maximum(List(ir, m->Length(Filtered(List(m, IsZero), k->k=true)))));
if n<max then Print(", "); else Print("\n"); fi;
od; (End)
CROSSREFS
Sequence in context: A308758 A110078 A257064 * A155190 A333317 A153776
KEYWORD
nonn,more
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com), Jul 24 2003
EXTENSIONS
More terms computed using GAP. Chris Cummins (cummins(AT)mathstat.concordia.ca), Apr 16 2010
a(26)-a(30) from Alexander R. Miller, Jul 16 2020
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 May 7 11:32 EDT 2024. Contains 372302 sequences. (Running on oeis4.)