A003216
Number of Hamiltonian graphs with n nodes.
Original entry on oeis.org
1, 0, 1, 3, 8, 48, 383, 6196, 177083, 9305118, 883156024, 152522187830, 48322518340547
Offset: 1
- J. P. Dolch, Names of Hamiltonian graphs, Proc. 4th S-E Conf. Combin., Graph Theory, Computing, Congress. Numer. 8 (1973), 259-271.
- F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 219.
- R. C. Read and R. J. Wilson, An Atlas of Graphs, Oxford, 1998.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
- John Asplund, N. Bradley Fox, and Arran Hamm, New Perspectives on Neighborhood-Prime Labelings of Graphs, arXiv:1804.02473 [math.CO], 2018.
- J. P. Dolch, Names of Hamiltonian graphs, Proc. 4th S-E Conf. Combin., Graph Theory, Computing, Congress. Numer. 8 (1973), 259-271. (Annotated scanned copy of 3 pages)
- Scott Garrabrant and Igor Pak, Pattern Avoidance is Not P-Recursive, preprint, 2015.
- Scott Garrabrant and Igor Pak, Pattern Avoidance is Not P-Recursive, arXiv:1505.06508 [math.CO], 2015.
- Jan Goedgebeur, Barbara Meersman, and Carol T. Zamfirescu, Graphs with few Hamiltonian Cycles, arXiv:1812.05650 [math.CO], 2018-2019.
- Peter Steinbach, Field Guide to Simple Graphs, Volume 1, Part 17 (For Volumes 1, 2, 3, 4 of this book see A000088, A008406, A000055, A000664, respectively.)
- Eric Weisstein's World of Mathematics, Hamiltonian Cycle
- Eric Weisstein's World of Mathematics, Hamiltonian Graph
- Wikipedia, Hamiltonian path
- Gus Wiseman, Non-isomorphic representatives of the a(5) = 8 simple graphs containing a Hamiltonian cycle.
Unlabeled simple graphs not containing a Hamiltonian cycle are
A246446.
Unlabeled simple graphs containing a Hamiltonian path are
A057864.
A057864
Number of simple traceable graphs on n nodes.
Original entry on oeis.org
1, 1, 2, 5, 18, 91, 734, 10030, 248427, 11482572, 1000231510
Offset: 1
The directed case is
A326221 (with loops).
Unlabeled simple graphs not containing a Hamiltonian path are
A283420.
Unlabeled simple graphs containing a Hamiltonian cycle are
A003216.
A246446
Number of nonhamiltonian graphs with n nodes.
Original entry on oeis.org
0, 2, 3, 8, 26, 108, 661, 6150, 97585, 2700050, 135841840, 12568984762, 2179513027405
Offset: 1
Cf.
A000088 (number of simple graphs on n nodes).
Cf.
A003216 (number of Hamiltonian graphs on n nodes).
Cf.
A126149 (number of connected nonhamiltonian graphs on n nodes).
Unlabeled simple graphs not containing a Hamiltonian path are
A283420.
A326206
Number of n-vertex labeled simple graphs containing a Hamiltonian path.
Original entry on oeis.org
0, 0, 1, 4, 34, 633, 23368, 1699012, 237934760, 64558137140, 34126032806936, 35513501049012952
Offset: 0
Simple graphs without a Hamiltonian path are
A326205.
Simple graphs with a Hamiltonian cycle are
A326208.
-
Table[Length[Select[Subsets[Subsets[Range[n],{2}]],FindHamiltonianPath[Graph[Range[n],#]]!={}&]],{n,0,4}] (* Mathematica 10.2+ *)
a(7)-a(11) added using tinygraph by
Falk Hüffner, Jun 21 2019
A326208
Number of Hamiltonian labeled simple graphs with n vertices.
Original entry on oeis.org
0, 1, 0, 1, 10, 218, 10078, 896756, 151676112, 47754337568, 28229412456056, 31665593711174080
Offset: 0
The directed version is
A326204 (with loops) or
A326219 (without loops).
Simple graphs not containing a Hamiltonian cycle are
A326207.
Simple graphs containing a Hamiltonian path are
A326206.
-
Table[Length[Select[Subsets[Subsets[Range[n],{2}]],FindHamiltonianCycle[Graph[Range[n],#]]!={}&]],{n,0,4}] (* Mathematica 8.0+ *)
a(7)-a(11) added using tinygraph by
Falk Hüffner, Jun 21 2019
A326221
Number of unlabeled n-vertex digraphs (with loops) containing a Hamiltonian path.
Original entry on oeis.org
0, 0, 7, 74, 2395
Offset: 0
The undirected case is
A057864 (without loops).
Unlabeled digraphs not containing a Hamiltonian path are
A326224.
Unlabeled digraphs containing a Hamiltonian cycle are
A326226.
A326224
Number of unlabeled n-vertex digraphs (with loops) not containing a Hamiltonian path.
Original entry on oeis.org
1, 2, 3, 30, 649
Offset: 0
The undirected case is
A283420 (without loops).
Unlabeled digraphs containing a Hamiltonian path are
A326221.
Unlabeled digraphs not containing a Hamiltonian cycle are
A326223.
A326205
Number of n-vertex labeled simple graphs not containing a Hamiltonian path.
Original entry on oeis.org
1, 1, 1, 4, 30, 391, 9400, 398140, 30500696, 4161339596, 1058339281896, 515295969951016
Offset: 0
The case for digraphs is
A326213 (without loops) or
A326216 (with loops).
Simple graphs with a Hamiltonian path are
A326206.
Simple graphs without a Hamiltonian cycle are
A326207.
-
Table[Length[Select[Subsets[Subsets[Range[n],{2}]],FindHamiltonianPath[Graph[Range[n],#]]=={}&]],{n,0,4}] (* Mathematica 10.2+ *)
A326223
Number of non-Hamiltonian unlabeled n-vertex digraphs (with loops).
Original entry on oeis.org
1, 0, 7, 80, 2186
Offset: 0
Non-isomorphic representatives of the a(2) = 7 digraph edge-sets:
{}
{11}
{12}
{11,12}
{11,21}
{11,22}
{11,12,22}
The undirected case is
A246446 (without loops) or
A326239 (with loops).
Hamiltonian unlabeled digraphs are
A326226.
Unlabeled digraphs not containing a Hamiltonian path are
A326224.
A326213
Number of labeled n-vertex digraphs (with loops) not containing a (directed) Hamiltonian path.
Original entry on oeis.org
1, 2, 4, 128, 12352, 3826272, 3775441536
Offset: 0
Digraphs containing a Hamiltonian path are
A326214.
Digraphs not containing a Hamiltonian cycle are
A326220.
-
Table[Length[Select[Subsets[Tuples[Range[n],2]],FindHamiltonianPath[Graph[Range[n],DirectedEdge@@@#]]=={}&]],{n,0,3}] (* Mathematica 10.2+ *)
Showing 1-10 of 17 results.
Comments