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.

A160241 Number of Greek-key tours on a 7 X n grid.

Original entry on oeis.org

1, 7, 164, 1337, 16262, 144476, 1510446, 13506023, 132712481, 1185979605, 11264671456, 100572103736, 935551716239, 8347069749600, 76604373779441, 683160282998544, 6213169249692192, 55392188422262591, 500676083630457127, 4462726297606450762, 40165465812088131228, 357958181000067374304
Offset: 1

Views

Author

Nathaniel Johnston, May 05 2009

Keywords

Comments

Greek-key tours are self-avoiding walks that touch every vertex of the grid and start at the bottom-left corner.
The sequence may be enumerated using standard methods for counting Hamiltonian cycles on a modified graph with two additional nodes, one joined to a corner vertex and the other joined to all other vertices. - Andrew Howroyd, Nov 07 2015

Crossrefs

Formula

See Links section for generating function. Jay Pantone, Aug 06 2024

Extensions

a(11) onwards from Andrew Howroyd, Nov 07 2015