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!)
A262162 Expansion of f(-x^2)^5 * f(-x^12)^3 / (f(x)^2 * f(-x^8)^6) in powers of x where f() is a Ramanujan theta function. 1
1, -2, 0, 0, 0, 4, 0, 0, 1, -12, 0, 0, -3, 30, 0, 0, 4, -66, 0, 0, -3, 136, 0, 0, 5, -268, 0, 0, -12, 506, 0, 0, 14, -920, 0, 0, -10, 1622, 0, 0, 18, -2788, 0, 0, -37, 4688, 0, 0, 41, -7726, 0, 0, -34, 12506, 0, 0, 54, -19928, 0, 0, -98, 31306, 0, 0, 109 (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 q^(1/6) * eta(q)^2 * eta(q^4)^2 * eta(q^12)^3 / (eta(q^2) * eta(q^8)^6) in powers of q.
Euler transform of period 24 sequence [ -2, -1, -2, -3, -2, -1, -2, 3, -2, -1, -2, -6, -2, -1, -2, 3, -2, -1, -2, -3, -2, -1, -2, 0, ...].
a(4*n) = A262150(n). a(4*n + 1) = -2 * A262151(n). a(4*n + 2) = a(4*n + 3) = 0.
EXAMPLE
G.f. = 1 - 2*x + 4*x^5 + x^8 - 12*x^9 - 3*x^12 + 30*x^13 + 4*x^16 + ...
G.f. = q^-1 - 2*q^5 + 4*q^29 + q^47 - 12*q^53 - 3*q^71 + 30*q^77 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x^2]^5 QPochhammer[ x^12]^3 / (QPochhammer[ -x]^2 QPochhammer[ x^8]^6), {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^2 * eta(x^4 + A)^2 * eta(x^12 + A)^3 / (eta(x^2 + A) * eta(x^8 + A)^6), n))};
CROSSREFS
Sequence in context: A208274 A208604 A127391 * A246950 A204531 A113277
KEYWORD
sign
AUTHOR
Michael Somos, Sep 13 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 May 6 15:21 EDT 2024. Contains 372294 sequences. (Running on oeis4.)