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!)
A298733 Expansion of phi(-x^9) * f(-x^3)^2 / f(-x^2)^3 in powers of x where f(), phi() are Ramanujan theta functions. 1
1, 0, 3, -2, 9, -6, 21, -18, 48, -44, 99, -102, 204, -216, 393, -438, 747, -846, 1362, -1584, 2448, -2872, 4275, -5082, 7356, -8784, 12390, -14894, 20592, -24798, 33651, -40644, 54336, -65640, 86535, -104628, 136356, -164736, 212388, -256498, 327690, -395214 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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^3)^2 * eta(q^9)^2 / (eta(q^2)^3 * eta(q^18)) in powers of q.
Euler transform of period 18 sequence [0, 3, -2, 3, 0, 1, 0, 3, -4, 3, 0, 1, 0, 3, -2, 3, 0, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (36 t)) = 4/9 g(t) where q = exp(2 Pi i t) and g(t) is the g.f. for A182036.
a(n) ~ (-1)^n * exp(2^(3/2)*Pi*sqrt(n)/3) / (2^(3/4) * 3^(5/2) * n^(3/4)). - Vaclav Kotesovec, Mar 21 2018
EXAMPLE
G.f. = 1 + 3*x^2 - 2*x^3 + 9*x^4 - 6*x^5 + 21*x^6 - 18*x^7 + 48*x^8 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 4, 0, x^9] QPochhammer[ x^3]^2 / QPochhammer[ x^2]^3, {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^3 + A)^2 * eta(x^9 + A)^2 / (eta(x^2 + A)^3 * eta(x^18 + A)), n))};
(PARI) lista(nn) = {q='q+O('q^nn); Vec(eta(q^3)^2*eta(q^9)^2/(eta(q^2)^3*eta(q^18)))} \\ Altug Alkan, Mar 21 2018
CROSSREFS
Cf. A182036.
Sequence in context: A270199 A349579 A082819 * A197311 A078478 A346109
KEYWORD
sign
AUTHOR
Michael Somos, Jan 29 2018
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 July 14 11:30 EDT 2024. Contains 374318 sequences. (Running on oeis4.)