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/120*(n^10 -10*n^8 -200*n^7 +1175*n^6 -1136*n^5 -740*n^4 -30520*n^3 +159624*n^2 -289024*n +179175 -135*(-1)^n), n>3.
G.f.: 2x^3*(8*x^12 -60*x^11 +75*x^10 +24*x^9 +441*x^8 -1948*x^7 -893*x^6 +4122*x^5 -8491*x^4 -15988*x^3 -6822*x^2 -694*x -14)/((x-1)^11*(x+1)).
MATHEMATICA
CoefficientList[Series[2 x^2 (8 x^12 - 60 x^11 + 75 x^10 + 24 x^9 + 441 x^8 - 1948 x^7 - 893 x^6 + 4122 x^5 - 8491 x^4 - 15988 x^3 - 6822 x^2 - 694 x - 14) / ((x - 1)^11 (x+1)), {x, 0, 50}], x] (* Vincenzo Librandi, Jun 02 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, May 10 2011
STATUS
approved