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.

A183052 Sums of knight's moves from (0,0) to points on the square |i|+|j|=n on infinite chessboard.

Original entry on oeis.org

0, 12, 16, 20, 40, 60, 72, 92, 128, 148, 184, 228, 248, 300, 360, 380, 440, 516, 544, 612, 696, 732, 816, 908, 944, 1044, 1152, 1188, 1296, 1420, 1464, 1580, 1712, 1764, 1896, 2036, 2088, 2236, 2392, 2444, 2600, 2772
Offset: 0

Views

Author

Clark Kimberling, Dec 22 2010

Keywords

Comments

Partial sums of A183053, which counts knight's moves from (0,0) to all points (i,j) such that |i|+|j|<=n.

Examples

			0=0
12=3+3+3+3
16=2+2+2+2+2+2+2+2
20=3+1+1+3+1+1+3+1+1+3+1+1
40=4*(3+3+3+3+3)
		

Crossrefs

Formula

See A065775.
a(n) = 4*A183050(n).
Empirical g.f.: 4*x*(2*x^12-2*x^11+2*x^10-4*x^9+2*x^8-x^7-x^6-4*x^4-4*x^2-x-3) / ((x-1)^3*(x^2+1)*(x^2+x+1)^2). - Colin Barker, May 04 2014