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.

A001230 Number of undirected closed knight's tours on a 2n X 2n chessboard.

Original entry on oeis.org

0, 0, 9862, 13267364410532
Offset: 1

Views

Author

N. J. A. Sloane, Martin Loebbing (loebbing(AT)ls2.informatik.uni-dortmund.de), Brendan McKay

Keywords

Comments

No closed tour exists on an m X m board if m is odd.

References

  • Brendan McKay, personal communication, Feb 03, 1997.
  • W. W. Rouse Ball, Mathematical Recreations and Essays (various editions), Chap. 6.
  • I. Wegener, Branching Programs and Binary Decision Diagrams, SIAM, Philadelphia, 2000; see p. 369.

Crossrefs

Cf. A165134.

Programs

  • Mathematica
    Table[Length[FindHamiltonianCycle[KnightTourGraph[2 n, 2 n], All]], {n, 3}]

Extensions

Loebbing and Wegener incorrectly gave 33439123484294 for the 8 X 8 board. The value given here is due to Brendan McKay and agrees with that given by Wegener in his book.
Description and links corrected by Max Alekseyev, Dec 09 2008