OFFSET
1,2
COMMENTS
A (1,2)-darter can move to any of eight surrounding squares reachable by a standard knight, but to get there is must slide along either of the two available L-shaped paths, and if any square along a given L-shaped path has been previously visited then that L-shaped path is blocked.
The path is finite - after visiting 88 squares, the square with number 90 is reached, after which all 8 squares the darter could move to have either been previously visited or are blocked by visited squares of previous steps. See the attached image.
LINKS
Scott R. Shannon, Table of n, a(n) for n = 1..88
Scott R. Shannon, Image of the full path. The starting square is green, the last square is red, and the eight squares surrounding the last square, that have been previously visited or cannot be reached due to previous visited squares blocking both L-shaped paths, are surrounded by blue.
EXAMPLE
a(6) = 22 as from a(5) = 9 the squares to which the darter could move that have not been previously visited are 4, 12, 22, 26, 28, 46, 48. Of these, 4 has both L-shaped paths to it blocked by visited squares 1 and 3, while 12 has both L-shaped paths to it blocked by squares 3 and 10. This leaves 22 as the smallest unvisited square that has at least one L-shaped path free of previously visited squares.
CROSSREFS
KEYWORD
nonn,fini,full,walk
AUTHOR
Scott R. Shannon, Mar 19 2026
STATUS
approved
