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.

A305190 a(n) is the number of different numbers of Hamiltonian cycles (up to direction) in graphs with n vertices.

Original entry on oeis.org

1, 1, 2, 3, 6, 16, 49, 232, 1351, 10367
Offset: 1

Views

Author

Johan de Ruiter, May 27 2018

Keywords

Examples

			A graph on 4 vertices can have either 0, 1 or 3 Hamiltonian cycles (up to direction), which are 3 numbers, so a(4)= 3.
		

Crossrefs

Cf. A244511.