A279405 Peaceable coexisting armies of queens on a torus: the maximum number m such that m white queens and m black queens can coexist on an n X n toroidal chessboard without attacking each other.
0, 0, 0, 2, 2, 4, 4, 8, 7, 12, 10, 18
Offset: 1
Examples
A solution for n=6: ...... .W...W ...B.. ..B.B. ...B.. .W...W
Links
- Andy Huchala, Python program.
- Katie Clinch, Matthew Drescher, Tony Huynh, and Abdallah Saffidine, Constructions, bounds, and algorithms for peaceable queens, arXiv:2406.06974 [math.CO], 2024. See p. 1.
Extensions
a(10)-a(12) from Andy Huchala, Mar 10 2024
Comments