A342947 Squares visited by the black knight when a white knight and a black knight are moving on a diagonally numbered board, always to the lowest available unvisited square; white moves first.
1, 9, 4, 3, 13, 7, 5, 10, 26, 18, 11, 30, 37, 48, 22, 31, 38, 46, 58, 49, 41, 52, 27, 33, 40, 51, 60, 70, 57, 67, 81, 93, 106, 123, 79, 68, 82, 71, 61, 74, 64, 36, 65, 78, 118, 77, 88, 100, 85, 97, 110, 124, 139, 155, 172, 193, 138, 154, 212, 232, 256, 191, 213
Offset: 1
Programs
-
Python
# see program in A342948 A342947_lst = A342948_lst[::2] # Michael S. Branicky, Mar 30 2021
Comments