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.

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

Original entry on oeis.org

0, 0, 0, 0, 0, 88, 288, 1880, 9994, 93718, 660282, 4310970
Offset: 1

Views

Author

Awani Kumar, Oct 29 2019

Keywords

Examples

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

Crossrefs

Cf. A309273.