login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A075094
Triangle of the sorted orders of graph automorphism groups for the simple graphs.
0
1, 2, 2, 2, 2, 6, 6, 2, 2, 2, 4, 4, 6, 6, 8, 8, 24, 24, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 4, 4, 4, 4, 6, 6, 8, 8, 8, 8, 10, 12, 12, 12, 12, 12, 12, 24, 24, 120, 120, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
OFFSET
1,2
COMMENTS
For n>1 row n ends with n!,n! since the automorphism group of the empty graph and the complete graph is the symmetric group. - Geoffrey Critzer, Aug 09 2016
LINKS
Eric Weisstein's World of Mathematics, Graph Automorphism
EXAMPLE
From Geoffrey Critzer, Aug 09 2016: (Start)
Triangle begins:
1;
2, 2;
2, 2, 6, 6;
2, 2, 2, 4, 4, 6, 6, 8, 8, 24, 24;
... (End)
MATHEMATICA
a = {1, 2, 4, 11, 34, 156, 1044};
Table[Sort[Table[GraphData[{n, i}, "AutomorphismCount"], {i, 1, a[[n]]}]], {n, 1, 7}] // Grid (* Geoffrey Critzer, Aug 09 2016 *)
CROSSREFS
Cf. A003400, A000088 (row lengths).
Sequence in context: A304794 A175809 A061033 * A238413 A151704 A110023
KEYWORD
nonn,tabf
AUTHOR
Eric W. Weisstein, Aug 31 2002
STATUS
approved