The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A139136 Expansion of psi(-q) / f(q^3) where psi(), f() are Ramanujan theta functions. 4
1, -1, 0, -2, 1, 0, 4, -2, 0, -6, 4, 0, 10, -6, 0, -16, 9, 0, 24, -14, 0, -36, 20, 0, 52, -29, 0, -74, 42, 0, 104, -58, 0, -144, 80, 0, 198, -110, 0, -268, 148, 0, 360, -198, 0, -480, 264, 0, 634, -347, 0, -832, 454, 0, 1084, -592, 0, -1404, 764, 0, 1808, -982 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of eta(q) * eta(q^3) * eta(q^4) * eta(q^12) / (eta(q^2) * eta(q^6)^3) in powers of q.
Euler transform of period 12 sequence [ -1, 0, -2, -1, -1, 2, -1, -1, -2, 0, -1, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (12 t)) = 3^(-1/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A139135.
G.f.: Product_{k>0} P(12, x^k) / ( (1 + x^(2*k-1))^2 * P(3, x^k) * P(6, x^k)^2) where P(n, x) is n-th cyclotomic polynomial.
a(3*n) = A132002(n). a(3*n + 1) = - A139135(n). a(3*n + 2) = 0.
a(n) = (-1)^n * A122792(n). - Michael Somos, Sep 07 2015
EXAMPLE
G.f. = 1 - q - 2*q^3 + q^4 + 4*q^6 - 2*q^7 - 6*q^9 + 4*q^10 + 10*q^12 - 6*q^13 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ 2^(-1/2) q^(-1/8) EllipticTheta[ 2, Pi/4, q^(1/2)] / QPochhammer[ -q^3], {q, 0, n}]; (* Michael Somos, Sep 07 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A) * eta(x^3 + A) * eta(x^4 + A) * eta(x^12 + A) / (eta(x^2 + A) * eta(x^6 + A)^3), n))};
CROSSREFS
Sequence in context: A122073 A106236 A270640 * A122792 A348218 A138002
KEYWORD
sign
AUTHOR
Michael Somos, Apr 10 2008
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 June 8 22:02 EDT 2024. Contains 373227 sequences. (Running on oeis4.)