OFFSET
1,1
REFERENCES
L. Lant, A method for calculating the Knight's total tour count, Congress. Numerant., 202 (2010), 33-40. [Lant comments that "a(5)=40208 has not yet been verified."]
LINKS
Ron Hardin, Knight's tour A186441, seqfan mailing list Feb 23 2011
EXAMPLE
a(1) = 64, since the knight cannot move.
PROG
(PARI) a(n) = row(n, 6)[6] \\ row(m, n) defined in A186851. - Andrew Howroyd, Jan 02 2023
CROSSREFS
KEYWORD
nonn,fini,more
AUTHOR
N. J. A. Sloane, Feb 21 2011
EXTENSIONS
a(5) to a(8) are tabulated here as computed by R. H. Hardin and D. S. McNeil.
Ambiguous a(0) removed by Max Alekseyev, Sep 22 2013
a(9)-a(12) from Andrew Howroyd, Jan 02 2023
STATUS
approved