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!)
A077191 Number of possible character tables for a group of order n. 2
1, 1, 1, 2, 1, 2, 1, 4, 2, 2, 1, 5, 1, 2, 1, 11, 1, 5, 1, 5, 2, 2, 1, 13, 2, 2, 4, 4, 1, 4, 1, 35, 1, 2, 1, 14, 1, 2, 2, 12, 1, 6, 1, 4, 2, 2, 1, 42, 2, 5, 1, 5, 1, 13, 2, 11, 2, 2, 1, 13, 1, 2, 4, 146, 1, 4, 1, 5, 1, 4, 1, 45, 1, 2, 3, 4, 1, 6, 1, 42, 12, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
REFERENCES
G. James and M. Liebeck, Representations and characters of groups, Cambridge University Press, 1993
LINKS
EXAMPLE
There are 5 groups of order 8, but D8 and Q8 have the same character table, so a(8) = 4. - Eric M. Schmidt, Sep 08 2013
PROG
(GAP) A077191 := function(n) local chtables, irr, i; chtables := []; for i in [1..NrSmallGroups(n)] do irr := Irr(SmallGroup(n, i)); if ForAll(chtables, ct->TransformingPermutations(ct, irr) = fail) then Add(chtables, irr); fi; od; return Length(chtables); end; # Eric M. Schmidt, Sep 08 2013
CROSSREFS
Sequence in context: A319004 A234541 A066389 * A317545 A319002 A050363
KEYWORD
nonn,nice
AUTHOR
Paul Boddington, Oct 22 2003
EXTENSIONS
More terms from Eric M. Schmidt, Sep 08 2013
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)