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 A047879 #9 May 04 2014 16:53:22 %S A047879 0,10,10,18,24,38,50,70,82,108,126,156,176,212,236,278,304,350,382, %T A047879 434,466,524,562,624,664,732,776,850,896,974,1026,1110,1162,1252,1310, %U A047879 1404,1464,1564,1628,1734,1800,1910,1982,2098,2170 %N A047879 a(n)=Sum{T(n,i): i=0,1,...,n}+Sum{T(i,n): i=0,1,...,n-1}, array T counting least number of knight's moves as in A049604. %F A047879 Empirical g.f.: 2*x*(x^10+3*x^9-x^8-4*x^7-5*x^6-4*x^5-2*x^3-4*x^2-5*x-5) / ((x-1)^3*(x+1)^2*(x^2+1)*(x^2+x+1)). - _Colin Barker_, May 04 2014 %Y A047879 Cf. A049604. %K A047879 nonn %O A047879 0,2 %A A047879 _Clark Kimberling_