OFFSET
1,2
COMMENTS
Wazir is a (fairy chess) leaper [0,1].
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Grid Graph
Wikipedia, Wazir (chess)
FORMULA
a(n) = 2*(486*n^6 -5670*n^5 +30240*n^4 -95230*n^3 +187899*n^2 -220775*n +120540) / 15, n>=5.
G.f.: -2*x^2 * (3*x^9 -5*x^8 +100*x^7 +354*x^6 +2548*x^5 +7572*x^4 +9248*x^3 +3262*x^2 +245*x +1) / (x-1)^7. - Vaclav Kotesovec, Mar 25 2010
MATHEMATICA
CoefficientList[Series[- 2 x (3 x^9 - 5 x^8 + 100 x^7 + 354 x^6 + 2548 x^5 + 7572 x^4 + 9248 x^3 + 3262 x^2 + 245 x + 1) / (x - 1)^7, {x, 0, 50}], x] (* Vincenzo Librandi, May 28 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Jan 29 2010
STATUS
approved