The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A186855 Number of 6-step knight's tours on an (n+2) X (n+2) board summed over all starting positions. 2

%I #15 Jan 02 2023 21:57:06

%S 16,800,8352,34448,91328,186544,322528,498320,712080,963008,1251104,

%T 1576368,1938800,2338400,2775168,3249104,3760208,4308480,4893920,

%U 5516528,6176304,6873248,7607360,8378640,9187088,10032704,10915488,11835440,12792560,13786848

%N Number of 6-step knight's tours on an (n+2) X (n+2) board summed over all starting positions.

%H Andrew Howroyd, <a href="/A186855/b186855.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) = 18584*n^2 - 102168*n + 126288 for n > 7.

%e Some solutions for 5 X 5:

%e 0 0 0 0 6 1 0 0 0 0 0 4 0 0 0 0 0 0 0 0

%e 0 0 5 2 0 0 0 2 0 6 0 0 0 0 6 0 0 0 3 6

%e 0 3 0 0 0 3 0 0 0 0 3 0 5 0 1 0 4 1 0 0

%e 0 0 0 4 1 0 0 0 5 0 0 0 2 0 0 0 0 0 5 2

%e 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0

%o (PARI) row(6, 30) \\ row(m,n) defined in A186851. - _Andrew Howroyd_, Jan 02 2023

%Y Row 6 of A186851.

%K nonn

%O 1,1

%A _R. H. Hardin_, Feb 27 2011

%E Terms a(16) and beyond from _Andrew Howroyd_, Jan 02 2023

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 19 23:42 EDT 2024. Contains 372703 sequences. (Running on oeis4.)