cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

0, 0, 0, 2, 2, 4, 4, 8, 7, 12, 10, 18
Offset: 1

Views

Author

Andrey Zabolotskiy, Dec 11 2016

Keywords

Comments

a(n) <= A250000(n).
a(n) is maximal m such that A279406(n,m) >= m.

Examples

			A solution for n=6:
......
.W...W
...B..
..B.B.
...B..
.W...W
		

Crossrefs

Extensions

a(10)-a(12) from Andy Huchala, Mar 10 2024