A328698 Successive squares visited by a knight on the single-digit square spiral, with ties resolved by rotating left from direction of the last leap.
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, 2, 1, 1, 1, 3, 2, 1, 1, 0, 2, 3, 2, 2, 1, 3, 1, 1, 1, 1, 1, 6, 2, 3, 4, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 5, 0, 1, 1, 1, 0, 0, 1, 0, 1, 2, 2, 0, 2, 0, 1, 2, 3, 0, 1, 1, 1
Offset: 0
Examples
The digit-square spiral is . . 2---2---2---1---2---0---2 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
Links
- Scott R. Shannon, Table of n, a(n) for n = 0..644.
- Scott R. Shannon, Image for the path. The starting square is shown in green, and final square in red. Each of the 6 yellow squares are where the next step was decided from two tied squares by a left rotation; the pink square shows the chosen square, and a gray square the other square. Also shown are the board numbers, and the step number in brackets, for each step.
- Scott R. Shannon, Sequence values when a tied square directly ahead is chosen first.
- Scott R. Shannon, Image for the path where tied square directly ahead is chosen first. This has 7 choice squares shown in yellow.
- N. J. A. Sloane and Brady Haran, The Trapped Knight, Numberphile video (2019).
Comments