OFFSET
1,3
COMMENTS
A wazir is a (fairy chess) leaper [0,1].
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
J. Brazeal Slides on a Chessboard, Math Horizons, Vol. 27, pp. 24-27, April 2020.
Vaclav Kotesovec, Number of ways of placing non-attacking queens and kings on boards of various sizes
Eric Weisstein's World of Mathematics, Grid Graph
Wikipedia, Fairy chess piece
Wikipedia, Wazir (chess)
FORMULA
a(n) = (n^8-30n^6+24n^5+323n^4-504n^3-1110n^2+2760n-1224)/24, n>=3.
G.f.: -x^3*(4*x^8-26*x^7+3*x^6+303*x^5-736*x^4+180*x^3+1595*x^2+351*x+6)/(x-1)^9. - Vaclav Kotesovec, Apr 29 2011
a(n) = A232833(n,4). - R. J. Mathar, Apr 11 2024
MATHEMATICA
CoefficientList[Series[- x^2 (4 x^8 - 26 x^7 + 3 x^6 + 303 x^5 - 736 x^4 + 180 x^3 + 1595 x^2 + 351 x + 6) / (x - 1)^9, {x, 0, 50}], x] (* Vincenzo Librandi, May 28 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Jan 29 2010
EXTENSIONS
Corrected a(3) and g.f., Vaclav Kotesovec, Apr 29 2011
STATUS
approved