login
This site is supported by donations 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 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

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: A115162 A097433 A110078 * A155190 A153776 A005625

Adjacent sequences:  A085797 A085798 A085799 * A085801 A085802 A085803

KEYWORD

nonn

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.