OFFSET
1,3
COMMENTS
Two semi-queens do not attack each other if they are in the same northwest-southeast diagonal.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
Christopher R. H. Hanusa, Thomas Zaslavsky, A q-queens problem. VII. Combinatorial types of nonattacking chess riders, arXiv:1906.08981 [math.CO], 2019.
V. Kotesovec, Non-attacking chess pieces
Index entries for linear recurrences with constant coefficients, signature (7, -21, 35, -35, 21, -7, 1).
FORMULA
a(n) = 1/6*(n-2)*(n-1)*n*(n^3-5*n^2+8*n-3).
G.f.: -x^3*(17*x^3 + 69*x^2 + 31*x + 3)/(x-1)^7.
MATHEMATICA
Rest@ CoefficientList[Series[-x^3*(17 x^3 + 69 x^2 + 31 x + 3)/(x - 1)^7, {x, 0, 32}], x] (* Michael De Vlieger, Aug 19 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 22 2011
STATUS
approved