OFFSET
0,3
LINKS
Ray Chandler, Table of n, a(n) for n = 0..1000
J. H. Conway and N. J. A. Sloane, Low-Dimensional Lattices VII: Coordination Sequences, Proc. Royal Soc. London, A453 (1997), 2369-2389 (pdf).
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 (0, 36, 0, -630, 0, 7140, 0, -58905, 0, 376992, 0, -1947792, 0, 8347680, 0, -30260340, 0, 94143280, 0, -254186856, 0, 600805296, 0, -1251677700, 0, 2310789600, 0, -3796297200, 0, 5567902560, 0, -7307872110, 0, 8597496600, 0, -9075135300, 0, 8597496600, 0, -7307872110, 0, 5567902560, 0, -3796297200, 0, 2310789600, 0, -1251677700, 0, 600805296, 0, -254186856, 0, 94143280, 0, -30260340, 0, 8347680, 0, -1947792, 0, 376992, 0, -58905, 0, 7140, 0, -630, 0, 36, 0, -1).
MAPLE
f := proc(m) local k, t1; t1 := 2^(n-1)*binomial((n+2*m)/2-1, n-1); if m mod 2 = 0 then t1 := t1+add(2^k*binomial(n, k)*binomial(m-1, k-1), k=0..n); fi; t1; end; where n=36.
CROSSREFS
KEYWORD
nonn
AUTHOR
Joan Serra-Sagrista (jserra(AT)ccd.uab.es)
EXTENSIONS
Recomputed by N. J. A. Sloane, Nov 27 1998
STATUS
approved