OFFSET
1,3
COMMENTS
Fers is a leaper [1,1].
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
V. Kotesovec, Non-attacking chess pieces, 6ed, p.415
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
FORMULA
a(n) = (n^8 - 30n^6 + 48n^5 + 299n^4 - 912n^3 - 462n^2 + 4368n - 4200)/24, n>=3.
G.f.: -x^3*(2*x^8 - 55*x^7 + 230*x^6 - 254*x^5 - 225*x^4 + 173*x^3 + 1380*x^2 + 400*x + 29)/(x-1)^9.
MATHEMATICA
CoefficientList[Series[- x^2 (2 x^8 - 55 x^7 + 230 x^6 - 254 x^5 - 225 x^4 + 173 x^3 + 1380 x^2 + 400 x + 29)/(x-1)^9, {x, 0, 40}], x] (* Vincenzo Librandi, Apr 30 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Nov 28 2011
STATUS
approved