|
Search: id:A108755
|
|
|
| A108755 |
|
Number of finite simple groups possessing an irreducible representation of dimension n. |
|
+0 1
|
|
| 0, 2, 1, 4, 4, 6, 4, 5, 7, 6, 5, 8, 8, 7, 6, 3, 4, 2, 6, 10, 6, 5, 4, 3, 7, 7, 8, 2, 6
(list; graph; listen)
|
|
|
OFFSET
|
2,2
|
|
|
COMMENT
|
The sequence starts at 2 because all finite simple groups have an irreducible representation of dimension 1 (namely the trivial representation).
|
|
LINKS
|
G. Hiss and G. Malle, Low-dimensional representations of quasi-simple groups, LMS J. Comput. Math. 4 (2001) 22-63, corrigenda in same J. 5 (2002) 95-126.
|
|
EXAMPLE
|
a(3)=2 because A5 and L2(7) are the only finite simple groups to have irreducible representations of dimension 3.
|
|
PROGRAM
|
(GAP) Simple := AllCharacterTableNames(IsSimple, true); list := List([1..16], x->0); for G in Simple do k := List(Irr(CharacterTable(G)), x->x[1]); for i in [1..16] do if i in k then list[i] := list[i] + 1; fi; od; od; # Note that we stop at 16 because currently GAP does not have the character table of A18 (which has a 17-dimensional representation)
|
|
CROSSREFS
|
Sequence in context: A101452 A019963 A165417 this_sequence A093049 A081243 A127480
Adjacent sequences: A108752 A108753 A108754 this_sequence A108756 A108757 A108758
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Simon Nickerson (simonn(AT)maths.bham.ac.uk), Jun 23 2005
|
|
|
Search completed in 0.002 seconds
|