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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128639 Expansion of (1/3)* (c(q)^2/c(q^2))/ (b(q)^2/b(q^2)) in powers of q where b(), c() are cubic AGM analog functions. 2
1, 8, 40, 152, 488, 1392, 3640, 8896, 20584, 45512, 96816, 199200, 398072, 775216, 1475264, 2749776, 5029736, 9043344, 16005352, 27918304, 48047280, 81661504, 137183136, 227952960, 374924152, 610743224, 985891568, 1577869784 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Ramanujan theta functions: f(q) := Prod_{k>=1} (1-(-q)^k) (see A121373), phi(q) := theta_3(q) := Sum_{k=-oo..oo} q^(k^2) (A000122), psi(q) := Sum_{k=0..oo} q^(k*(k+1)/2) (A10054), chi(q) := Prod_{k>=0} (1+q^(2k+1)) (A000700).

LINKS

M. Somos, Introduction to Ramanujan theta functions

Eric Weisstein's World of Mathematics, Ramanujan Theta Functions

FORMULA

Expansion of (phi(-q^3)/ phi(-q))^4 in powers of q where phi() is a Ramanujan theta function.

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

Euler transform of period 6 sequence [ 8, 4, 0, 4, 8, 0, ...].

G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = u* (1-v)* (1-9*v) -(u-v)^2.

G.f.: (Product_{k>0} (1+x^k+x^(2k))/ (1-x^k+x^(2k)) )^4.

EXAMPLE

1 + 8*q + 40*q^2 + 152*q^3 + 488*q^4 + 1392*q^5 + 3640*q^6 + ...

PROG

(PARI) {a(n) = local(A); if(n<0, 0, A = x*O(x^n); polcoeff( ((eta(x^3+A)/ eta(x+A))^2* eta(x^2+A)/ eta(x^6+A))^4, n))}

CROSSREFS

8*A128638(n) = a(n) unless n = 0. Convolution inverse of A128637.

Sequence in context: A191903 A028596 A125198 * A004405 A001789 A074412

Adjacent sequences:  A128636 A128637 A128638 * A128640 A128641 A128642

KEYWORD

nonn

AUTHOR

Michael Somos, Mar 16 2007

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 16:11 EST 2012. Contains 205635 sequences.