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.

A187592 Number of 9-step E, S, NW and NE-moving king's tours on an n X n board summed over all starting positions.

This page as a plain text file.
%I A187592 #10 Apr 24 2018 14:31:07
%S A187592 0,0,13,2792,27252,103108,246792,458018,732810,1069534,1468190,
%T A187592 1928778,2451298,3035750,3682134,4390450,5160698,5992878,6886990,
%U A187592 7843034,8861010,9940918,11082758,12286530,13552234,14879870,16269438,17720938,19234370
%N A187592 Number of 9-step E, S, NW and NE-moving king's tours on an n X n board summed over all starting positions.
%C A187592 Row 9 of A187586.
%H A187592 R. H. Hardin, <a href="/A187592/b187592.txt">Table of n, a(n) for n = 1..50</a>
%F A187592 Empirical: a(n) = 30966*n^2 - 251630*n + 489234 for n>7.
%F A187592 Conjectures from _Colin Barker_, Apr 24 2018: (Start)
%F A187592 G.f.: x^3*(13 + 2753*x + 18915*x^2 + 29715*x^3 + 16432*x^4 - 286*x^5 - 3976*x^6 - 1634*x^7) / (1 - x)^3.
%F A187592 a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>10.
%F A187592 (End)
%e A187592 Some solutions for 4 X 4:
%e A187592 ..0..0..7..8....3..0..0..9....0..0..8..9....6..8..9..0....0..4..0..0
%e A187592 ..5..6..0..9....4..2..8..0....0..1..6..7....7..5..0..0....0..5..3..1
%e A187592 ..2..4..0..0....5..7..1..0....0..2..4..5....4..2..0..0....8..6..0..2
%e A187592 ..3..1..0..0....6..0..0..0....0..3..0..0....0..3..1..0....9..7..0..0
%Y A187592 Cf. A187586.
%K A187592 nonn
%O A187592 1,3
%A A187592 _R. H. Hardin_, Mar 11 2011