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.
%I A187302 #10 Apr 23 2018 14:27:36 %S A187302 0,0,108,1368,6264,15596,31172,52256,79634,112568,151266,195512, %T A187302 245332,300704,361628,428104,500132,577712,660844,749528,843764, %U A187302 943552,1048892,1159784,1276228,1398224,1525772,1658872,1797524,1941728,2091484,2246792 %N A187302 Number of 7-step one space leftwards or up, two space rightwards or down asymmetric rook's tours on an n X n board summed over all starting positions. %C A187302 Row 7 of A187296. %H A187302 R. H. Hardin, <a href="/A187302/b187302.txt">Table of n, a(n) for n = 1..50</a> %F A187302 Empirical: a(n) = 2776*n^2 - 19580*n + 30728 for n>11. %F A187302 Conjectures from _Colin Barker_, Apr 23 2018: (Start) %F A187302 G.f.: 2*x^3*(54 + 522*x + 1242*x^2 + 400*x^3 + 904*x^4 - 368*x^5 + 393*x^6 - 369*x^7 + 104*x^8 - 108*x^9 + 13*x^10 - 11*x^11) / (1 - x)^3. %F A187302 a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>14. %F A187302 (End) %e A187302 Some solutions for 4 X 4: %e A187302 ..0..0..0..0....0..0..2..1....0..0..0..0....0..2..1..3....0..0..0..0 %e A187302 ..5..4..6..0....0..5..7..6....0..4..3..5....0..7..0..0....7..0..0..1 %e A187302 ..0..3..2..1....0..4..3..0....1..0..2..0....0..6..5..4....6..5..0..0 %e A187302 ..0..0..7..0....0..0..0..0....0..0..7..6....0..0..0..0....0..4..3..2 %Y A187302 Cf. A187296. %K A187302 nonn %O A187302 1,3 %A A187302 _R. H. Hardin_, Mar 08 2011