OFFSET
1,2
COMMENTS
The half-infinite board is numbered from square 1 as follows:
.
| | | | | | | |
--+-------+-------+-------+-------+-------+-------+-------+--
| | | | | | | |
| 25 . . .24 . . .23 . . .22 . . .21 . . .20 . . .19 |
| . | | | | | | . |
--+---.---+-------+-------+-------+-------+-------+---.---+--
| . | | | | | | . |
| 26 | 13 . . .12 . . .11 . . .10 . . . 9 | 18 |
| . | . | | | | . | . |
--+---.---+---.---+-------+-------+-------+---.---+---.---+--
| . | . | | | | . | . |
| 27 | 14 | 5 . . . 4 . . . 3 | 8 | 17 |
| . | . | . | | . | . | . |
--+---.---+---.---+---.---+-------+---.---+---.---+---.---+--
| . | . | . | | . | . | . |
| 28 | 15 | 6 | 1 | 2 | 7 | 16 |
| | | | | | | |
--+-------+-------+-------+-------+-------+-------+-------+--
.
The knight begins at square 1. This is a finite sequence: after 326 steps square 562 is reached after which all squares within one knight move have been visited.
LINKS
Scott R. Shannon, Table of n, a(n) for n = 1..326
Scott R. Shannon, Image showing the knight path. The green dot is the starting square 1, the red dot is the end square 562. 4 Blue dots have been added around the final square to show all available positions have been visited.
Scott R. Shannon, Simplified Java code for the sequence
N. J. A. Sloane and Brady Haran, The Trapped Knight, Numberphile video (2019)
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Scott R. Shannon, Feb 21 2019
STATUS
approved