login
A396129
Consider the square spiral with its cells numbered starting at 0. Six players take turns and place knights at the smallest unoccupied cell not attacked by an existing knight of a different player. Sequence lists squares occupied by the first player.
8
0, 11, 21, 30, 40, 42, 53, 89, 91, 111, 132, 144, 152, 154, 156, 179, 185, 204, 212, 239, 241, 246, 266, 276, 299, 306, 311, 326, 334, 344, 357, 371, 377, 383, 402, 414, 424, 451, 461, 463, 482, 492, 500, 525, 531, 541, 552, 568, 574, 582, 592, 604, 615, 625
OFFSET
1,2
COMMENTS
A variant of A392177 with four players.
LINKS
Brady Haran, Jonas Karlsson, and N. J. A. Sloane, Red & Black Knights (extraordinary result); Amazing Chessboard Patterns (extra), YouTube Numberphile videos, May 2026.
Rémy Sigrist, PARI program
EXAMPLE
The spiral begins:
#3---*--#2---*--#3--#4--#4---*---*--#1---*
| |
* #6---*--#4---*--#6---*---*--#4--#3 #1
| | | |
#5 * #5---*--#4---*---*---*--#1 #2 *
| | | | | |
* #3 * #4---*---*---*---* #3 * *
| | | | | | | |
#2 * #6 * #2--#4--#3 #1 #2 #1 *
| | | | | | | | | |
* #5 * * * #1--#2 * #3 * #2
| | | | | | | | |
#5 * #1 * *---*---*---* * * *
| | | | | | |
* #4 #5 #5--#1--#2---*---*--#6 * #6
| | | | |
* * #1---*--#5--#5---*--#2--#6--#3 #6
| | |
* #5---*---*---*---*---*---*--#6---*--#6
|
#3--#1--#4---*--#5--#5---*--#6---*--#6---*
PROG
(PARI) \\ See Links section.
KEYWORD
nonn
AUTHOR
Rémy Sigrist, May 22 2026
STATUS
approved