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.

A187175 Number of 5-step left-handed knight's tours (moves only out two, left one) on an n X n board summed over all starting positions.

This page as a plain text file.
%I A187175 #13 Apr 22 2018 17:47:24
%S A187175 0,0,0,0,16,136,456,1024,1804,2784,3964,5344,6924,8704,10684,12864,
%T A187175 15244,17824,20604,23584,26764,30144,33724,37504,41484,45664,50044,
%U A187175 54624,59404,64384,69564,74944,80524,86304,92284,98464,104844,111424,118204,125184
%N A187175 Number of 5-step left-handed knight's tours (moves only out two, left one) on an n X n board summed over all starting positions.
%C A187175 Row 5 of A187172.
%H A187175 R. H. Hardin, <a href="/A187175/b187175.txt">Table of n, a(n) for n = 1..50</a>
%F A187175 Empirical: a(n) = 100*n^2 - 920*n + 1984 for n>7.
%F A187175 G.f.: 4*x^5*(2 - x)*(2 + 12*x + 18*x^2 + 15*x^3 + 3*x^4) / (1 - x)^3 (conjectured). - _Colin Barker_, Apr 22 2018
%e A187175 Some solutions for 5 X 5:
%e A187175 ..1..0..0..0..0....0..0..3..0..0....0..0..0..0..1....0..0..0..0..5
%e A187175 ..0..0..0..3..0....2..0..0..0..0....0..0..2..0..0....0..0..4..0..0
%e A187175 ..0..2..0..0..0....0..0..0..4..0....3..0..0..0..0....1..0..0..0..0
%e A187175 ..0..0..0..0..4....0..1..0..0..0....0..0..0..5..0....0..0..0..3..0
%e A187175 ..0..0..5..0..0....0..0..0..0..5....0..4..0..0..0....0..2..0..0..0
%Y A187175 Cf. A187172.
%K A187175 nonn
%O A187175 1,5
%A A187175 _R. H. Hardin_, Mar 06 2011