cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A249905 Smallest number of vertices supporting a graph with exactly n Hamiltonian cycles up to direction.

Original entry on oeis.org

2, 1, 5, 4, 5, 6, 5, 6, 6, 7, 6, 7, 5, 8, 6, 7, 6, 7, 6, 7, 7, 8, 7, 7, 6, 8, 7, 7, 7, 8, 7, 8, 7, 7, 7, 8, 6, 8, 7, 8, 7, 8, 8, 8, 8, 7, 8, 8, 7, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8, 6, 8, 7, 8, 8, 8, 8, 8, 8, 8, 7, 8, 7, 8, 8, 8, 7, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9
Offset: 0

Views

Author

Jeremy Tan, Nov 08 2014

Keywords

Comments

"Up to direction" means that cycles differing only in starting vertex or direction of traversal are treated as one cycle. a(n) always exists since the wheel graph on n spokes has n cycles.

Examples

			a(3) = 4 since K_4 has 3 Hamiltonian cycles up to direction.
		

Crossrefs

Cf. A244511 (a(n) <= 7), A249906 (records), A305190.