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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035603 Number of points of L1 norm 9 in cubic lattice Z^n. 1
0, 2, 36, 326, 1992, 9290, 35436, 115598, 332688, 864146, 2060980, 4573910, 9545560, 18892250, 35704060, 64797470, 113461024, 192441122, 317222212, 509663334, 800061160, 1229718378, 1854105484, 2746713774, 4003707568 (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 (10,-45,120,-210,252,-210,120,-45,10,-1).

FORMULA

a(n)= ( 4*n^9 +168*n^7 +1596*n^5 +3272*n^3 +630*n )/(5*7*9*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)=(4*n^9+168*n^7+1596*n^5+3272*n^3+630*n)/2835 \\ Charles R Greathouse IV, Dec 07 2011

CROSSREFS

Cf. A035596-A035607.

Sequence in context: A099903 A074426 A082636 * A126735 A119582 A157055

Adjacent sequences:  A035600 A035601 A035602 * A035604 A035605 A035606

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 14 08:17 EST 2012. Contains 205607 sequences.