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.

A165134 Number of directed Hamiltonian paths in the n X n knight graph.

Original entry on oeis.org

1, 0, 0, 0, 1728, 6637920, 165575218320, 19591828170979904
Offset: 1

Views

Author

[No name given] (c.candide(AT)free.fr), Sep 04 2009

Keywords

Comments

Previous name was: Number of knight's paths visiting each square of an n X n chessboard exactly once.

Examples

			From _Gheorghe Coserea_, Oct 08 2016: (Start)
For n=5 the numbers in the table below give the number of knight's paths starting at the respective position on the 5 X 5 chessboard.  In total there are a(5) = 304*4 + 56*8 + 64 = 1728 solutions.
    [1]  [2]  [3]  [4]  [5]
[1] 304    0   56    0  304
[2]   0   56    0   56    0
[3]  56    0   64    0   56
[4]   0   56    0   56    0
[5] 304    0   56    0  304
(End)
		

Crossrefs

Cf. Undirected Hamiltonian paths: A169696 (3 X n), A079137 (4 X n), A083386 (5 X n), A306281 (6 X n), A306283 (7 X n), A308131 (n X n).

Extensions

a(7) from Guenter Stertenbrink, added by Alex Chernov, Sep 01 2013
a(1)=1, a(2)=0 prepended by Max Alekseyev, Sep 22 2013
a(8) from Alex Chernov, May 10 2014
Name made more precise by Eric W. Weisstein, Apr 14 2019