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!)
A281003 a(n) is the number of unlabeled simple graphs with n vertices that have no automorphisms of odd parity. 0
1, 0, 0, 1, 6, 28, 252, 4726, 150324, 8308928, 817860888, 144938364368, 46784208920560, 27789645300385184, 30630702203393521120, 63070163901389334212336, 243902725979609232729020320, 1779250465648201682685291759744 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MATHEMATICA
(* This assumes you have Brendan McKay's files listing isoclasses of simple graphs (see link), and starts from a(2), as there is no graph1.g6 *)
Table[
Length@ Select[
Import["graph" <> ToString[i] <> ".g6"],
Function[g,
! AnyTrue[GroupElements[GraphAutomorphismGroup[g]],
Apply[Times, (-1)^(Length /@ First[#] - 1)] == -1 &]
]
],
{i, 2, 9}
]
CROSSREFS
Sequence in context: A216413 A090898 A134872 * A049603 A333927 A035527
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Ira M. Gessel, May 30 2019
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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)