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.

A186862 Number of 3-step king's tours on an n X n board summed over all starting positions.

Original entry on oeis.org

0, 24, 160, 408, 768, 1240, 1824, 2520, 3328, 4248, 5280, 6424, 7680, 9048, 10528, 12120, 13824, 15640, 17568, 19608, 21760, 24024, 26400, 28888, 31488, 34200, 37024, 39960, 43008, 46168, 49440, 52824, 56320, 59928, 63648, 67480, 71424, 75480, 79648, 83928, 88320, 92824
Offset: 1

Views

Author

R. H. Hardin, Feb 27 2011

Keywords

Examples

			Some solutions for 3 X 3:
  0 0 0    0 1 0    2 1 0    0 1 0    0 0 0    0 0 0    0 1 0    0 1 3
  3 0 0    2 3 0    3 0 0    0 2 3    0 1 0    0 0 0    2 0 0    0 2 0
  2 1 0    0 0 0    0 0 0    0 0 0    3 2 0    1 2 3    3 0 0    0 0 0
		

Crossrefs

Row 3 of A186861.

Formula

a(n) = 56*n^2 - 144*n + 88 = 8*(n-1)*(7*n-11).
G.f.: 8*x^2*(3+11*x)/(1-x)^3. - Colin Barker, Jan 22 2012

Extensions

a(29)-a(42) from J. Volkmar Schmidt, Sep 03 2023