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.

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

Original entry on oeis.org

16, 208, 976, 2576, 5056, 8320, 12368, 17200, 22816, 29216, 36400, 44368, 53120, 62656, 72976, 84080, 95968, 108640, 122096, 136336, 151360, 167168, 183760, 201136, 219296, 238240, 257968, 278480, 299776, 321856, 344720, 368368, 392800
Offset: 1

Views

Author

R. H. Hardin, Feb 27 2011

Keywords

Examples

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

Crossrefs

Row 4 of A186851.

Programs

Formula

Empirical: a(n) = 392*n^2 - 1048*n + 496 for n > 3.
The above empirical formula is correct. See A186851 for details. - Andrew Howroyd, Jan 07 2023