OFFSET
1,2
COMMENTS
Zebra is a (fairy chess) leaper [2,3].
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Zebra Graph
Wikipedia, Zebra (chess)
FORMULA
a(n) = (9*n^3 - 21*n^2 + 50*n - 48)/2, n>=6.
G.f.: x*(2*x^8-4*x^7+2*x^6-8*x^5+28*x^4-20*x^3+10*x^2+16*x+1)/(x-1)^4. - Vaclav Kotesovec, Mar 25 2010
MATHEMATICA
CoefficientList[Series[(2 x^8 - 4 x^7 + 2 x^6 - 8 x^5 + 28 x^4 - 20 x^3 + 10 x^2 + 16 x + 1) / (x - 1)^4, {x, 0, 50}], x] (* Vincenzo Librandi, May 28 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Jan 29 2010
EXTENSIONS
More terms from Vincenzo Librandi, May 28 2013
STATUS
approved