OFFSET
1,7
COMMENTS
For 2 < n < 12, a(n) = A124059(n-1) (connected asymmetric graphs). This is because the singleton is the only asymmetric graph with fewer than 6 vertices, so in a disconnected asymmetric graph with fewer than 12 vertices one connected component must be the singleton, and it cannot occur more than once. - Falk Hüffner, Jan 16 2020
REFERENCES
1
LINKS
Eric Weisstein's World of Mathematics, Graph Automorphism
Eric Weisstein's World of Mathematics, Identity Graph
MATHEMATICA
A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import[ "https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[All, 2]]];
A003400 = A@003400;
A124059 = A@124059;
a /@ Range[12] (* Jean-François Alcover, Jan 07 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, May 19 2017
EXTENSIONS
a(12) from Jean-François Alcover, Jan 07 2020
STATUS
approved