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 A187299 #11 Apr 23 2018 08:34:12 %S A187299 0,0,54,196,480,876,1398,2036,2790,3660,4646,5748,6966,8300,9750, %T A187299 11316,12998,14796,16710,18740,20886,23148,25526,28020,30630,33356, %U A187299 36198,39156,42230,45420,48726,52148,55686,59340,63110,66996,70998,75116,79350,83700 %N A187299 Number of 4-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 A187299 Row 4 of A187296. %H A187299 R. H. Hardin, <a href="/A187299/b187299.txt">Table of n, a(n) for n = 1..50</a> %F A187299 Empirical: a(n) = 58*n^2 - 232*n + 180 for n>5. %F A187299 Conjectures from _Colin Barker_, Apr 23 2018: (Start) %F A187299 G.f.: 2*x^3*(27 + 17*x + 27*x^2 - 15*x^3 + 7*x^4 - 5*x^5) / (1 - x)^3. %F A187299 a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>8. %F A187299 (End) %e A187299 Some solutions for 4 X 4: %e A187299 ..1..0..0..0....0..0..0..0....0..0..1..0....0..0..0..0....0..0..0..0 %e A187299 ..0..0..0..0....0..0..0..0....0..0..0..0....0..2..1..0....2..4..3..0 %e A187299 ..2..4..3..0....1..3..2..4....4..3..2..0....0..4..0..0....1..0..0..0 %e A187299 ..0..0..0..0....0..0..0..0....0..0..0..0....0..3..0..0....0..0..0..0 %Y A187299 Cf. A187296. %K A187299 nonn %O A187299 1,3 %A A187299 _R. H. Hardin_, Mar 08 2011