OFFSET
1,11
COMMENTS
A superqueen moves like a queen and a knight.
Superqueens are also called amazons.
REFERENCES
D. E. Knuth, The Art of Computer Programming, Section 7.2.2.3 (draft, March 2022)
LINKS
D. Bill, Durango Bill's The N-Queens Problem
W. Schubert, N-Queens page
FORMULA
a(n) = (1/8) * (Q(n) + P(n) + 2 * R(n)), where Q(n) = A051223(n) [all solutions], P(n) [point symmetric solutions (180 degrees)] and R(n) [rotationally symmetric solutions (90 degrees)]. This formula has the same structure as the formula for A002562. There seem to be no OEIS sequences (yet) for P(n) and R(n). See the N-Queens page link. - W. Schubert, Nov 29 2009
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Ulrich Schimke (ulrschimke(AT)aol.com)
EXTENSIONS
a(20) from Bill link added Jul 25 2006
a(21)..a(22) added from Bill's website. Max Alekseyev, Oct 19 2008
Added formula and a(23)..a(25) derived by formula. W. Schubert, Nov 29 2009
Added a(26). W. Schubert, Jan 18 2011
STATUS
approved