A306954 Triangle read by rows: T(n, k), for 1 <= k <= n, is the maximum integer q such that k non-attacking armies of q queens can be placed on an n X n chessboard.
1, 4, 0, 9, 1, 0, 16, 2, 1, 1, 25, 4, 1, 1, 1, 36, 5, 2, 1, 1, 1, 49, 7
Offset: 1
Examples
Triangle begins: 1 4 0 9 1 0 16 2 1 1 25 4 1 1 1 36 5 2 1 1 1 49 7 . . 1 1 1 64 9 . . . 1 1 1 81 12 . . . . 1 1 1
Links
- Arthur O'Dwyer, Peaceful Encampments, round 2 (blog post) for the "continuous case", that is, n = +oo.
Comments