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.

A234623 Numbers of undirected cycles in the n X n knight graph.

Original entry on oeis.org

0, 1, 222, 128769, 959427728, 110346440462642
Offset: 2

Views

Author

Eric W. Weisstein, Dec 28 2013

Keywords

Programs

  • Mathematica
    Table[Length[FindCycle[KnightTourGraph[n, n], Infinity, All]], {n, 5}]

Extensions

a(7) from Ed Wynn, Jul 08 2023