A366829 Number of 9-step self-avoiding king's tours on an n X n board summed over all starting positions.
0, 0, 784, 436984, 3908376, 13530576, 30543072, 54738536, 85743256, 123447704, 167851880, 218955784, 276759416, 341262776, 412465864, 490368680, 574971224, 666273496, 764275496, 868977224, 980378680, 1098479864, 1223280776, 1354781416, 1492981784, 1637881880
Offset: 1
Examples
Some solutions for 3 X 3: 1 2 3 1 2 3 1 2 3 1 2 3 1 7 8 1 2 8 4 5 6 6 5 4 8 9 4 7 6 4 6 2 9 3 7 9 7 8 9 7 8 9 7 6 5 8 9 5 5 4 3 4 5 6
Links
- Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
Crossrefs
Row 9 of A186861.
Formula
a(n) = 3349864*n^2 - 25942968*n + 47890984 for n>7.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 10. - Stefano Spezia, Oct 28 2023
Comments