A306527 Squares visited by a knight moving on an open-rectangle-numbered board and moving to the lowest available unvisited square at each step.
1, 8, 11, 2, 5, 10, 7, 4, 9, 16, 3, 6, 13, 22, 35, 18, 21, 12, 15, 26, 23, 14, 25, 38, 55, 20, 17, 32, 47, 70, 31, 34, 49, 30, 19, 36, 53, 50, 69, 46, 93, 48, 29, 68, 95, 72, 33, 54, 37, 24, 27, 42, 39, 56, 77, 52, 71, 74, 97, 100, 51, 76, 101
Offset: 1
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)
Comments