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