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!)
A254372 Expansion of phi(q) * phi(-q^3) * f(-q^12) / f(-q^4)^3 in powers of q where phi(), f() are Ramanujan theta functions. 3
1, 2, 0, -2, 1, 6, 0, -10, 3, 20, 0, -30, 1, 52, 0, -78, 6, 126, 0, -184, 3, 280, 0, -402, 12, 590, 0, -830, 5, 1182, 0, -1636, 21, 2280, 0, -3108, 10, 4252, 0, -5722, 36, 7710, 0, -10252, 15, 13632, 0, -17940, 60, 23586, 0, -30744, 26, 40014, 0, -51714, 96 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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^2)^5 * eta(q^3)^2 * eta(q^12) / (eta(q)^2 * eta(q^4)^5 * eta(q^6)) in powers of q.
Euler transform of period 12 sequence [ 2, -3, 0, 2, 2, -4, 2, 2, 0, -3, 2, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (144 t)) = (4/3) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A230256.
a(4*n + 2) = 0. a(2*n + 1) = 2 * A254346(n). a(4*n) = A132180(n).
EXAMPLE
G.f. = 1 + 2*q - 2*q^3 + q^4 + 6*q^5 - 10*q^7 + 3*q^8 + 20*q^9 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 3, 0, q] * EllipticTheta[ 4, 0, q^3] QPochhammer[ q^12] / QPochhammer[ q^4]^3, {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^5 * eta(x^3 + A)^2 * eta(x^12 + A) / (eta(x + A)^2 * eta(x^4 + A)^5 * eta(x^6 + A)), n))};
CROSSREFS
Sequence in context: A049785 A036997 A116900 * A354158 A363580 A196517
KEYWORD
sign
AUTHOR
Michael Somos, Jan 29 2015
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 April 24 18:15 EDT 2024. Contains 371962 sequences. (Running on oeis4.)