OFFSET
1,6
COMMENTS
In a fully chiral graph, every permutation of the vertices gives a different representative, so the only automorphism is the identity.
FORMULA
a(n) = n! * A003400(n).
MATHEMATICA
graprms[m_]:=Union[Table[Sort[Sort/@(m/.Rule@@@Table[{p[[i]], i}, {i, Length[p]}])], {p, Permutations[Union@@m]}]];
Table[Length[Select[Subsets[Subsets[Range[n], {2}]], Length[graprms[#]]==n!&]], {n, 5}] (* brute force, not for computation *)
CROSSREFS
The unlabeled version is A003400.
Identity trees are A004111.
Covering simple graphs are A006129.
Full chiral integer partitions are A330228.
Fully chiral factorizations are A330235.
Fully chiral set-systems are A330229 (labeled covering), A330282 (labeled), A330294 (unlabeled), A330295 (unlabeled covering).
Graphs with exactly two automorphisms are A330297 (labeled covering), A330344 (unlabeled), A330345 (labeled), A330346 (unlabeled covering), A241454 (unlabeled connected).
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Dec 12 2019
STATUS
approved