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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008440 Expansion of Jacobi theta constant theta_2^6 /(64q^(3/2)). 0
1, 6, 15, 26, 45, 66, 82, 120, 156, 170, 231, 276, 290, 390, 435, 438, 561, 630, 651, 780, 861, 842, 1020, 1170, 1095, 1326, 1431, 1370, 1716, 1740, 1682, 2016, 2145, 2132, 2415, 2550, 2353, 2850, 3120, 2810, 3321, 3486, 3285, 3906, 4005, 3722, 4350 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

B. C. Berndt, Fragments by Ramanujan on Lambert series, in Number Theory and Its Applications, K. Gyory and S. Kanemitsu, eds., Kluwer, Dordrecht, 1999, pp. 35-49, see Entry 6.

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

LINKS

B. C. Berndt, Fragments by Ramanujan on Lambert series.

FORMULA

Expansion of Ramanujan phi^6(q) in powers of q.

Expansion of q^(-3/4)(eta(q^2)^2/eta(q))^6 in powers of q.

Euler transform of period 2 sequence [ 6, -6, ...]. - Michael Somos May 23 2006

G.f.: (Sum_{n>=0} x^((n^2+n)/2))^6.

EXAMPLE

q^3 +6*q^7 +15*q^11 +26*q^15 +45*q^19 +66*q^23 +82*q^27 +...

PROG

(PARI) {a(n)=if(n<0, 0, polcoeff( sum(k=0, (sqrtint(8*n+1)-1)\2, x^((k^2+k)/2), x*O(x^n))^6, n))} /* Michael Somos May 23 2006 */

(PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( (eta(x^2+A)^2/eta(x+A))^6, n))} /* Michael Somos May 23 2006 */

CROSSREFS

Sequence in context: A051940 A020207 A151762 * A022601 A112150 A072257

Adjacent sequences:  A008437 A008438 A008439 * A008441 A008442 A008443

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 15:39 EST 2012. Contains 205635 sequences.