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.

A367436 Number of Hamiltonian cycles in the polyomino graph PG(n) defined in A367435.

Original entry on oeis.org

1, 1, 0, 2, 4080
Offset: 1

Views

Author

Pontus von Brömssen, Nov 18 2023

Keywords

Comments

A cycle and its reverse are not both counted.
We follow the convention in A003216 that the complete graphs on 1 and 2 nodes have 1 and 0 Hamiltonian cycles, respectively, so that a(1) = a(2) = 1 and a(3) = 0, but it could also be argued that a(1) = a(2) = 0 and/or a(3) = 1.

Crossrefs

Formula

a(n) <= A367123(n).
a(n) > 0 for 4 <= n <= 13.