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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005883 Theta series of square lattice with respect to deep hole.
(Formerly M3319)
4
4, 8, 4, 8, 8, 0, 12, 8, 0, 8, 8, 8, 4, 8, 0, 8, 16, 0, 8, 0, 4, 16, 8, 0, 8, 8, 0, 8, 8, 8, 4, 16, 0, 0, 8, 0, 16, 8, 8, 8, 0, 0, 12, 8, 0, 8, 16, 0, 8, 8, 0, 16, 0, 0, 0, 16, 12, 8, 8, 0, 8, 8, 0, 0, 8, 8, 16, 8, 0, 8, 8, 0, 12, 8, 0, 0, 16, 0, 8, 8, 0, 24, 0, 8, 8, 0, 0, 8, 8, 0, 4, 16, 8, 8, 16, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

REFERENCES

J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 106.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

Expansion of Jacobi theta constant q^(-1/2)*theta_2(z/2)^2. - Michael Somos Oct 31 2006

G.f.: 4*(Product_{k>0} (1-x^k)*(1+x^(2k))^2)^2 . - Michael Somos Oct 31 2006

EXAMPLE

Theta = 4*q^(1/2) + 8*q^(5/2) + 4*q^(9/2) + 8*q^(13/2) + 8*q^(17/2) + ...

PROG

(PARI) {a(n)=if(n<0, 0, n=4*n+1; 4*sumdiv(n, d, (-1)^(d\2)))} /* Michael Somos Oct 31 2006 */

CROSSREFS

A008441(n)=a(n)/4.

Sequence in context: A155970 A010713 A105398 * A055026 A205681 A059163

Adjacent sequences:  A005880 A005881 A005882 * A005884 A005885 A005886

KEYWORD

nonn

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 11:36 EST 2012. Contains 205623 sequences.