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.

A187156 Number of 3-step one space at a time bishop's tours on an n X n board summed over all starting positions.

Original entry on oeis.org

0, 0, 20, 64, 132, 224, 340, 480, 644, 832, 1044, 1280, 1540, 1824, 2132, 2464, 2820, 3200, 3604, 4032, 4484, 4960, 5460, 5984, 6532, 7104, 7700, 8320, 8964, 9632, 10324, 11040, 11780, 12544, 13332, 14144, 14980, 15840, 16724, 17632, 18564, 19520, 20500
Offset: 1

Views

Author

R. H. Hardin, Mar 06 2011

Keywords

Comments

Row 3 of A187155.

Examples

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

Crossrefs

Cf. A187155.

Formula

Empirical: a(n) = 12*n^2 - 40*n + 32 for n>1.
Conjectures from Colin Barker, Feb 28 2018: (Start)
G.f.: 4*x^3*(5 + x) / (1 - x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>4.
(End)