OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Joan Serra-Sagrista, Enumeration of lattice points in l_1 norm, Inf. Proc. Lett. 76 (1-2) (2000) 39-44.
Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
FORMULA
a(m)=add(2^k*binomial(n, k)*binomial(m-1, k-1), k=0..n)+2^n*binomial((n+2*m)/2-1, n-1); with n=12.
G.f.: (x^4+4*x^3+22*x^2+4*x+1)*(x^8+8*x^7+12*x^6-8*x^5+230*x^4-8*x^3+12*x^2+8*x+1) / (x-1)^12. - Colin Barker, Nov 20 2012
MATHEMATICA
CoefficientList[Series[(x^4 + 4 x^3 + 22 x^2 + 4 x + 1) (x^8 + 8 x^7 + 12 x^6 - 8 x^5 + 230 x^4 - 8 x^3 + 12 x^2 + 8 x + 1)/(x - 1)^12, {x, 0, 30}], x] (* Vincenzo Librandi, Oct 21 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, J. Serra-Sagrista (jserra(AT)ccd.uab.es)
STATUS
approved