login
A396332
Consider the square spiral with its cells numbered starting at 0. Three players, Red, Green and Blue, take turns and place knights at the smallest unoccupied cell not attacked by an opposing knight, where Red is only opposed by Blue, Green by Red and Blue by Green. Sequence lists squares occupied by a Blue knight.
3
2, 5, 8, 9, 15, 16, 21, 25, 29, 32, 36, 40, 42, 48, 55, 57, 58, 63, 70, 74, 82, 86, 88, 90, 91, 95, 97, 101, 103, 107, 109, 111, 113, 128, 130, 132, 136, 142, 143, 145, 151, 153, 156, 158, 161, 169, 173, 175, 177, 183, 185, 191, 196, 198, 200, 206, 208, 209
OFFSET
1,1
COMMENTS
See A396330.
PROG
(Python) # See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Nick J. Nauta, May 22 2026
STATUS
approved