|
| |
|
|
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
|
| |
|
|