login
A396331
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 Green knight.
3
1, 4, 7, 14, 20, 22, 24, 26, 31, 35, 46, 47, 49, 50, 52, 56, 61, 65, 67, 69, 71, 75, 80, 81, 83, 94, 99, 100, 105, 114, 117, 119, 121, 125, 131, 133, 135, 137, 140, 144, 146, 148, 150, 152, 160, 162, 168, 172, 179, 181, 182, 184, 186, 189, 195, 226, 232, 234
OFFSET
1,2
COMMENTS
See A396330.
PROG
(Python) # See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Nick J. Nauta, May 22 2026
STATUS
approved