OFFSET
1,16
COMMENTS
See the comments under A260319.
REFERENCES
Maurice Kraitchik: Mathematical Recreations. Mineola, NY: Dover, 2nd ed. 1953, p. 247-255 (The Problem of the Queens).
EXAMPLE
1 <= n < 6: no symmetric solutions exist.
n = 6: 246135 is the first and only symmetric solution.
.*....
...*..
.....*
*.....
..*...
....*.
n = 7: 2514736 is the first of two existing symmetric solutions.
n = 8: 35281746 is the first and only symmetric solution.
Triangle starts:
0;
0, 0;
0, 0, 0;
0, 0, 0, 0;
0, 0, 0, 0, 0;
2, 4, 6, 1, 3, 5;
2, 5, 1, 4, 7, 3, 6;
3, 5, 2, 8, 1, 7, 4, 6;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Martin Renner, Aug 25 2015
STATUS
approved