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.

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

Original entry on oeis.org

16, 800, 8352, 34448, 91328, 186544, 322528, 498320, 712080, 963008, 1251104, 1576368, 1938800, 2338400, 2775168, 3249104, 3760208, 4308480, 4893920, 5516528, 6176304, 6873248, 7607360, 8378640, 9187088, 10032704, 10915488, 11835440, 12792560, 13786848
Offset: 1

Views

Author

R. H. Hardin, Feb 27 2011

Keywords

Examples

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

Crossrefs

Row 6 of A186851.

Programs

Formula

a(n) = 18584*n^2 - 102168*n + 126288 for n > 7.

Extensions

Terms a(16) and beyond from Andrew Howroyd, Jan 02 2023