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.

A187379 Number of 5-step S, NW and NE-moving king's tours on an n X n board summed over all starting positions.

Original entry on oeis.org

0, 0, 40, 188, 487, 924, 1499, 2212, 3063, 4052, 5179, 6444, 7847, 9388, 11067, 12884, 14839, 16932, 19163, 21532, 24039, 26684, 29467, 32388, 35447, 38644, 41979, 45452, 49063, 52812, 56699, 60724, 64887, 69188, 73627, 78204, 82919, 87772, 92763, 97892
Offset: 1

Views

Author

R. H. Hardin, Mar 09 2011

Keywords

Examples

			Some solutions for 4X4
..0..0..0..0....0..0..0..5....0..4..0..0....0..0..1..0....0..0..0..5
..0..0..5..0....0..0..4..0....3..5..0..0....0..0..2..4....0..2..4..0
..0..4..2..0....1..3..0..0....0..2..0..0....0..0..3..5....0..3..1..0
..0..1..3..0....2..0..0..0....0..0..1..0....0..0..0..0....0..0..0..0
		

Crossrefs

Row 5 of A187377.

Formula

Empirical: a(n) = 69*n^2 - 322*n + 372 for n>3.
Empirical g.f.: x^3*(40+68*x+43*x^2-13*x^3)/(1-x)^3. - Colin Barker, Jan 22 2012