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!)
A035754 Coordination sequence for C_17 lattice. 1
1, 578, 56066, 2220098, 48663554, 693230658, 7094825730, 55871829570, 355761664002, 1900906442306, 8769652761346, 35721495233602, 130777539341314, 436553052633154, 1344455730686722, 3857284100508226, 10393582407041026, 26482855453375042, 64180094992435970 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
R. Bacher, P. de la Harpe and B. Venkov, Series de croissance et series d'Ehrhart associees aux reseaux de racines, C. R. Acad. Sci. Paris, 325 (Series 1) (1997), 1137-1142.
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.
FORMULA
G.f.: Sum_{n>=0} a(n)x^(2n) = ( ((1+x)/(1-x))^17 +((1-x)/(1+x))^17 )/2. - Michael Somos, Aug 03 2006
PROG
(PARI) {a(n)=if(n<0, 0, n*=2; polcoeff( ((1+x)/(1-x)+x*O(x^n))^17, n))} /* Michael Somos, Aug 03 2006 */
CROSSREFS
Sequence in context: A158369 A366067 A232888 * A107550 A097768 A286233
KEYWORD
nonn,easy
AUTHOR
Joan Serra-Sagrista (jserra(AT)ccd.uab.es)
EXTENSIONS
Recomputed by N. J. A. Sloane, Nov 25 1998
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)