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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035598 Number of points of L1 norm 4 in cubic lattice Z^n. 2
0, 2, 16, 66, 192, 450, 912, 1666, 2816, 4482, 6800, 9922, 14016, 19266, 25872, 34050, 44032, 56066, 70416, 87362, 107200, 130242, 156816, 187266, 221952, 261250, 305552, 355266, 410816, 472642, 541200, 616962, 700416, 792066 (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 (5,-10,10,-5,1).

FORMULA

a(n) = ( 2*n^4 +4*n^2 )/3. - 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^2+2)/3 \\ Charles R Greathouse IV, Dec 07 2011

CROSSREFS

Cf. A035596-A035607.

Sequence in context: A076616 A110048 A094505 * A167566 A034579 A006733

Adjacent sequences:  A035595 A035596 A035597 * A035599 A035600 A035601

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 17 13:28 EST 2012. Contains 206031 sequences.