OFFSET
3,1
COMMENTS
It is not possible to place two non-attacking queens on a 1 X 1 or 2 X 2 chessboard.
LINKS
Paolo Xausa, Table of n, a(n) for n = 3..10000
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
a(n) = 8*n - 20 for n >= 8.
G.f.: x^3*(9 - 3*x + 2*x^2 - x^3 + x^6)/(1 - x)^2. - Stefano Spezia, Jul 25 2024
MATHEMATICA
LinearRecurrence[{2, -1}, {9, 15, 23, 30, 37, 44, 52}, 60] (* Paolo Xausa, Jan 19 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
John King, Jul 24 2024
STATUS
approved
