A326213 Number of labeled n-vertex digraphs (with loops) not containing a (directed) Hamiltonian path.
1, 2, 4, 128, 12352, 3826272, 3775441536
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.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Tuples[Range[n],2]],FindHamiltonianPath[Graph[Range[n],DirectedEdge@@@#]]=={}&]],{n,0,3}] (* Mathematica 10.2+ *)
Extensions
a(5)-a(6) from Bert Dobbelaere, Jun 11 2024
Comments