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.

A328816 Number of semi-magic (only short lines are magic) knight's tours on a 4 X 2n board.

Original entry on oeis.org

0, 0, 0, 16, 104, 608, 3480, 19212, 213280, 587072, 3237456
Offset: 1

Views

Author

Awani Kumar, Oct 28 2019

Keywords

Examples

			Example of a 4 X 10 semi-magic knight's tour (only the short lines are magic):
   +----+----+----+----+----+----+----+----+----+----+
   |  1 | 38 |  3 | 24 |  5 | 34 |  9 | 26 | 13 | 30 |
   +----+----+----+----+----+----+----+----+----+----+
   | 20 | 23 | 18 | 37 |  8 | 25 |  6 | 29 | 10 | 27 |
   +----+----+----+----+----+----+----+----+----+----+
   | 39 |  2 | 21 |  4 | 33 | 16 | 35 | 12 | 31 | 14 |
   +----+----+----+----+----+----+----+----+----+----+
   | 22 | 19 | 40 | 17 | 36 |  7 | 32 | 15 | 28 | 11 |
   +----+----+----+----+----+----+----+----+----+----+
		

Crossrefs

Formula

a(n) = A309273(2*n).