A326918 Squares visited by a knight moving on a single-digit square-spiral numbered board where the knight moves to the smallest numbered unvisited square; the minimum distance from the origin is used if the square numbers are equal; the smallest spiral number ordering is used if the distances are equal.
0, 0, 1, 0, 1, 0, 1, 1, 2, 2, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 2, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 2, 2, 1, 1, 0, 2, 3, 2, 2, 1, 3, 1, 1, 1, 2, 2, 3, 2, 3, 1, 4, 3, 5, 6, 1, 1, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 1, 0, 1
Offset: 0
Examples
The squares are numbered using single digits of the spiral number ordering as: . 2---2---2---1---2---0---2 : | | : 3 1---2---1---1---1 9 3 | | | | | 2 3 4---3---2 0 1 1 | | | | | | | 4 1 5 0---1 1 8 3 | | | | | | 2 4 6---7---8---9 1 0 | | | | 5 1---5---1---6---1---7 3 | | 2---6---2---7---2---8---2---9 If the knight has a choice of two or more squares in this spiral with the same number which also have the same distance from the origin, then the square with the minimum standard spiral number, as shown in A316667, is chosen.
Links
- Scott R. Shannon, Table of n, a(n) for n = 0..1069
- Eric Angelini, Kneil's Knumberphile Knight, Cinquante signes, May 04 2019.
- Eric Angelini, Kneil's Knumberphile Knight, Cinquante signes, May 04 2019. [Cached copy, pdf file, with permission]
- M. F. Hasler, Knight tours, OEIS wiki, Nov. 2019.
- Scott R. Shannon, Image showing the 1069 steps of the knight's path. The green dot is the first square with number 0 and the red dot the last 1070th square with number 9. The later is surrounded by blue dots to show the eight occupied squares.
- N. J. A. Sloane and Brady Haran, The Trapped Knight, Numberphile video (2019).
Comments