login
A396167
Consider the square spiral with its cells numbered starting at 0. Seven 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.
9
0, 17, 23, 36, 40, 83, 110, 119, 144, 148, 156, 169, 181, 194, 206, 212, 229, 255, 270, 273, 289, 311, 324, 326, 340, 342, 346, 394, 396, 414, 422, 424, 455, 479, 483, 502, 514, 531, 545, 563, 572, 576, 598, 613, 627, 641, 666, 668, 670, 700, 712, 714, 737
OFFSET
1,2
COMMENTS
A variant of A392177 with seven players.
LINKS
Azeez Daoud, Spiral Knight, Website for displaying up to 8 knights with different step sizes and colors on the square spiral board.
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:
#4---*--#5---*---*--#2---*---*---*--#7---*
| |
* #2--#4--#2---*--#3--#7---*--#5--#3 #7
| | | |
* * #1---*---*---*---*--#3--#7 #4 *
| | | | | |
* * #2 #4---*---*---*---* #3 * *
| | | | | | | |
#2 * #5 #1 #2--#4--#3 * * #7 *
| | | | | | | | | |
* * * * * #1--#2 * #3 * #4
| | | | | | | | |
#6 * #1 * *---*---*---* * #7 *
| | | | | | |
* #6 #6 #5---*--#2--#1---*--#6 * #1
| | | | |
#6 * #7---*---*--#5--#6--#2---*--#4 *
| | |
* #6---*---*---*---*---*---*--#6---*--#5
|
#1---*--#3---*--#5--#6---*--#6---*--#1---*
PROG
(PARI) \\ See Links section.
KEYWORD
nonn
AUTHOR
Rémy Sigrist, May 23 2026.
STATUS
approved