login
A396116
Consider the square spiral with its cells numbered starting at 0. Four 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.
6
0, 11, 17, 30, 36, 47, 50, 58, 59, 61, 86, 89, 92, 101, 116, 128, 132, 138, 144, 162, 168, 180, 186, 187, 191, 193, 214, 239, 240, 242, 244, 248, 257, 276, 294, 298, 300, 302, 306, 312, 318, 324, 348, 360, 378, 381, 384, 385, 386, 391, 395, 397, 404, 420, 456
OFFSET
1,2
COMMENTS
A variant of A392177 with four players.
EXAMPLE
The spiral begins:
*---*---*---*---*---*---*---*--#1---*--#3
| |
#1 #2--#4--#3--#1--#2--#1--#1--#3--#3 #1
| | | |
#4 #3 #1---*---*---*---*---*--#1 * #3
| | | | | |
* * * *---*---*---*---* * * *
| | | | | | | |
#3 * #3 #1 #2--#4--#3 #1 #2 * #1
| | | | | | | | | |
#3 * * #4 #3 #1--#2 #4 * * *
| | | | | | | | |
#4 * * * *---*---*---* * * *
| | | | | | |
#2 #3 #4 #3---*---*---*--#2--#4 #1 #2
| | | | |
#4 * #2--#3--#4---*--#4--#1--#2--#2 #4
| | |
* *---*--#4---*---*---*---*---*---*---*
|
#2---*--#3---*--#3--#4--#1---*---*---*--#2
PROG
(PARI) \\ See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, May 20 2026
STATUS
approved