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.

A186852 Number of 3-step knight's tours on an (n+2) X (n+2) board summed over all starting positions.

Original entry on oeis.org

16, 104, 328, 664, 1112, 1672, 2344, 3128, 4024, 5032, 6152, 7384, 8728, 10184, 11752, 13432, 15224, 17128, 19144, 21272, 23512, 25864, 28328, 30904, 33592, 36392, 39304, 42328, 45464, 48712, 52072, 55544, 59128, 62824, 66632, 70552, 74584, 78728, 82984, 87352
Offset: 1

Views

Author

R. H. Hardin, Feb 27 2011

Keywords

Examples

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

Crossrefs

Row 3 of A186851.

Programs

Formula

Empirical: a(n) = 56*n^2 - 56*n - 8 for n > 1.
The above empirical formula is correct. See A186851 for details. - Andrew Howroyd, Jan 07 2023

Extensions

Terms a(27) and beyond from Andrew Howroyd, Jan 07 2023