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.

Showing 1-2 of 2 results.

A330611 Number of near-magic (only long lines are magic) knight's tours on a 4 X 2n board.

Original entry on oeis.org

0, 0, 2, 16, 22, 112, 330, 1304, 6322
Offset: 1

Views

Author

Awani Kumar, Dec 20 2019

Keywords

Comments

A semi-magic knight's tour is a tour that adds to a constant sum in every line in one direction, but not in every line in the perpendicular direction. A near-magic tour is a special type of semi-magic tour in which the non-magic direction has the lines add to the magic constant and two other values. Such tours are of interest on boards where magic tours don't exist.

Examples

			Example of 4 x 14 near-magic knight's tour. All long lines add to 399 and the short lines add to the magic constant 114 and 114 +- 4.
   1 54 25 32  5 52 23 48  9 38 11 40 17 44
  28 31  4 53 24 33  6 37 20 47 18 43 14 41
  55  2 29 26 51 22 35  8 49 10 39 12 45 16
  30 27 56  3 34  7 50 21 36 19 46 15 42 13
		

Crossrefs

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

Original entry on oeis.org

0, 0, 0, 42, 28, 2056
Offset: 1

Views

Author

Awani Kumar, Jan 18 2020

Keywords

Comments

A semi-magic knight's tour is a tour that adds to a constant sum in every line in one direction, but not in every line in the perpendicular direction. A near-magic tour is a special type of semi-magic tour in which the non-magic direction has the lines add to the magic constant and two other values. Such tours are of interest on boards where magic tours don't exist.

Examples

			Example of 6 X 10 near-magic knight's tour. All short lines add to 183 and the long lines add to the magic constant 305 and 305 +- 6.
29 50 53 14 27 16 55 38 03 20
52 13 28 17 54 25 02 19 56 39
49 30 51 26 15 18 37 60 21 04
12 09 32 45 36 43 24 01 40 57
31 48 11 34 07 46 59 42 05 22
10 33 08 47 44 35 06 23 58 41
		

Crossrefs

Showing 1-2 of 2 results.