OFFSET
1,3
COMMENTS
The Grasshopper moves on the same lines as a queen, but must jump over a hurdle to land on the square immediately beyond.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
V. Kotesovec, Number of ways of placing non-attacking queens, kings, bishops and knights (in English and Czech)
FORMULA
a(n) = 1/24*n^2*(n^6 -6*n^4 -96*n^3 +347*n^2 +96*n -726 +96*(-1)^n), n>4.
G.f.: -x^2*(80*x^14 -444*x^13 +768*x^12 +108*x^11 -1824*x^10 +1600*x^9 +1025*x^8 -1200*x^7 +708*x^6 +1772*x^5 +7254*x^4 +2788*x^3 +756*x^2 +48*x +1)/((x-1)^9*(x+1)^3).
MATHEMATICA
CoefficientList[Series[- x (80 x^14 - 444 x^13 + 768 x^12 + 108 x^11 - 1824 x^10 + 1600 x^9 + 1025 x^8 - 1200 x^7 + 708 x^6 + 1772 x^5 + 7254 x^4 + 2788 x^3 + 756 x^2 + 48 x + 1) / ((x - 1)^9 (x + 1)^3), {x, 0, 50}], x] (* Vincenzo Librandi, Jun 03 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, May 10 2011
STATUS
approved