A326205 Number of n-vertex labeled simple graphs not containing a Hamiltonian path.
1, 1, 1, 4, 30, 391, 9400, 398140, 30500696, 4161339596, 1058339281896, 515295969951016
Offset: 0
Links
- Wikipedia, Hamiltonian path
- Gus Wiseman, Enumeration of paths and cycles and e-coefficients of incomparability graphs, arXiv:0709.0430 [math.CO], 2007.
- Gus Wiseman, The a(4) = 30 simple graphs not containing a Hamiltonian path.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{2}]],FindHamiltonianPath[Graph[Range[n],#]]=={}&]],{n,0,4}] (* Mathematica 10.2+ *)
Extensions
a(7)-a(11) added from formula by Falk Hüffner, Jun 21 2019
Comments