login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035602 Number of points of L1 norm 8 in cubic lattice Z^n. 2
0, 2, 32, 258, 1408, 5890, 20256, 59906, 157184, 374274, 822560, 1690370, 3281280, 6065410, 10746400, 18347010, 30316544, 48663554, 76117536, 116323586, 174074240, 255582978, 368804128, 523804162, 733189632 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

J. Serra-Sagrista, Enumeration of lattice points in l_1 norm, Information Processing Letters, 76, no. 1-2 (2000), 39-44.

LINKS

J. H. Conway and N. J. A. Sloane, Low-Dimensional Lattices VII: Coordination Sequences, Proc. Royal Soc. London, A453 (1997), 2369-2389 (Abstract, pdf, ps).

Index to sequences with linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).

FORMULA

a(n)= ( 2*n^8 +8*7*n^6 +4*7*11*n^4 +8*3*11*n^2 )/(5*7*9). - Frank Ellermann (hmdmhdfmhdjmzdtjmzdtzktdkztdjz(AT)gmail.com), Mar 16 2002

MAPLE

f := proc(d, m) local i; sum( 2^i*binomial(d, i)*binomial(m-1, i-1), i=1..min(d, m)); end; # n=dimension, m=norm

PROG

(PARI) a(n)=2*n^2*(n^6+28*n^4+154*n^2+132)/315 \\ Charles R Greathouse IV, Dec 07 2011

CROSSREFS

Cf. A035596-A035607.

Sequence in context: A053054 A008512 A179074 * A158040 A202746 A203017

Adjacent sequences:  A035599 A035600 A035601 * A035603 A035604 A035605

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 12:59 EST 2012. Contains 205788 sequences.