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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132972 Expansion of chi(q)^3 / chi(q^3) in powers of q where chi() is a Ramanujan theta function. 3
1, 3, 3, 3, 6, 9, 12, 15, 21, 30, 36, 45, 60, 78, 96, 117, 150, 189, 228, 276, 342, 420, 504, 603, 732, 885, 1050, 1245, 1488, 1773, 2088, 2454, 2901, 3420, 3996, 4662, 5460, 6378, 7404, 8583, 9972, 11565, 13344, 15378, 17748, 20448, 23472, 26910, 30876 (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 eta(q^2)^6 * eta(q^3) * eta(q^12) / (eta(q)^3 * eta(q^4)3 * eta(q^12)) in powers of q.

Euler transform of period 12 sequence [ 3, -3, 2, 0, 3, -2, 3, 0, 2, -3, 3, 0, ...].

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

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

G.f. A(x) satisfies 0 = f(A(x), A(x^2), A(x^3), A(x^6)) where f(u1, u2, u3, u6) = (2 + u1 * u2) - u3 * u6 * (1 + u1 + u2).

G.f. is a period 1 Fourier series which satisfies f(-1 / (144 t)) = g(t) where q = exp(2 pi i t) and g() is g.f. for A062244.

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

Empirical : sum(exp(-Pi)^(n-1)*a(n),n=1..infinity) = (-2+2*3^(1/2))^(1/3). Simon Plouffe, Feb. 20, 2011.

EXAMPLE

1 + 3*q + 3*q^2 + 3*q^3 + 6*q^4 + 9*q^5 + 12*q^6 + 15*q^7 + 21*q^8 + ...

PROG

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

CROSSREFS

a(n) = 3 * A132975(n) unless n=0.

Sequence in context: A153004 A124449 A141094 * A113920 A081848 A079988

Adjacent sequences:  A132969 A132970 A132971 * A132973 A132974 A132975

KEYWORD

nonn

AUTHOR

Michael Somos, Sep 06 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 15 05:45 EST 2012. Contains 205694 sequences.