login
A395647
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 existing knight of a different color. Sequence lists squares occupied by a Blue knight.
5
2, 5, 20, 36, 40, 43, 56, 57, 58, 61, 70, 71, 86, 88, 90, 94, 110, 112, 114, 129, 130, 131, 135, 140, 142, 144, 152, 153, 157, 159, 181, 182, 183, 184, 188, 189, 191, 204, 208, 209, 234, 235, 236, 238, 240, 244, 245, 246, 248, 266, 267, 272, 274, 276, 278, 298
OFFSET
1,1
LINKS
PROG
(PARI) \\ See Links section.
(Python) # See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, May 02 2026
STATUS
approved