The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035473 Coordination sequence for lattice D*_8 (with edges defined by l_1 norm = 1). 1
1, 16, 128, 688, 3072, 11472, 36224, 99184, 241664, 535440, 1097344, 2107952, 3834880, 6661200, 11119488, 17932016, 28057600, 42745616, 63597696, 92637616, 132389888, 185967568, 257169792, 350589552, 471732224, 627145360, 824560256, 1073045808, 1383175168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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 (8, -28, 56, -70, 56, -28, 8, -1).
FORMULA
a(m) = sum(2^k*binomial(n, k)*binomial(m-1, k-1), k=0..n)+2^n*binomial((n+2*m)/2-1, n-1), where n=8, a(0)=1.
G.f.: (x^8+8*x^7+28*x^6+56*x^5+326*x^4+56*x^3+28*x^2+8*x+1) / (x-1)^8. [Colin Barker, Nov 19 2012]
MATHEMATICA
CoefficientList[Series[(x^8 + 8 x^7 + 28 x^6 + 56 x^5 + 326 x^4 + 56 x^3 + 28 x^2 + 8 x + 1)/(x - 1)^8, {x, 0, 50}], x] (* Vincenzo Librandi, Oct 21 2013 *)
PROG
(Magma) n:=8; [1] cat [&+[2^k*Binomial(n, k)*Binomial(m-1, k-1): k in [0..n]]+2^n*Binomial((n+2*m) div 2-1, n-1): m in [1..30]]; // Bruno Berselli, Oct 21 2013
CROSSREFS
Sequence in context: A008535 A008416 A045651 * A014972 A115977 A128692
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, J. Serra-Sagrista (jserra(AT)ccd.uab.es)
EXTENSIONS
More terms from Vincenzo Librandi, Oct 21 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 1 03:08 EDT 2024. Contains 373008 sequences. (Running on oeis4.)