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.

A326215 Number of Hamiltonian unlabeled n-vertex graphs with loops.

Original entry on oeis.org

0, 2, 0, 4, 20
Offset: 0

Views

Author

Gus Wiseman, Jun 17 2019

Keywords

Comments

A graph is Hamiltonian if it contains a cycle passing through every vertex exactly once.

Examples

			Non-isomorphic representatives of the a(3) = 4 edge-sets:
  {12,13,23}
  {12,13,23,33}
  {12,13,22,23,33}
  {11,12,13,22,23,33}
		

Crossrefs

The labeled case is A326240.
The directed case is A326226 (with loops) or A326225 (without loops).
The case without loops A003216.