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!)
A256636 Expansion of phi(-x^3) / f(-x^2) in powers of x where phi(), f() are Ramanujan theta functions. 3
1, 0, 1, -2, 2, -2, 3, -4, 5, -6, 7, -10, 13, -14, 17, -22, 26, -30, 36, -44, 52, -60, 70, -84, 99, -112, 131, -156, 179, -204, 236, -274, 315, -358, 409, -472, 539, -608, 692, -792, 897, -1010, 1144, -1298, 1464, -1644, 1849, -2088, 2347, -2622, 2940, -3304 (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 f(x, x^2) / psi(x) in powers of x where psi(), f() are Ramanujan theta functions.
Expansion of q^(1/12) * eta(q^3)^2 / (eta(q^2) * eta(q^6)) in powers of q.
Euler transform of period 6 sequence [ 0, 1, -2, 1, 0, 0, ...].
G.f.: Product_{k>0} (1 + x^k + x^(2*k)) / ((1 + x^k) * (1 + x^(3*k))). [corrected by Vaclav Kotesovec, Jul 11 2016]
a(n) = (-1)^n * A258327(n). - Michael Somos, Jun 06 2015
EXAMPLE
G.f. = 1 + x^2 - 2*x^3 + 2*x^4 - 2*x^5 + 3*x^6 - 4*x^7 + 5*x^8 - 6*x^9 + ...
G.f. = 1/q + q^23 - 2*q^35 + 2*q^47 - 2*q^59 + 3*q^71 - 4*q^83 + 5*q^95 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 4, 0, x] / QPochhammer[ x^2], {x, 0, n}];
a[ n_] := SeriesCoefficient[ QPochhammer[ x^3]^2 / (QPochhammer[ x^2] QPochhammer[ x^6]), {x, 0, n}]; (* Michael Somos, Jun 06 2015 *)
a[ n_] := SeriesCoefficient[ 2 x^(1/8) EllipticTheta[ 4, 0, x^3] / (EllipticTheta[ 2, 0, x^(1/2)] QPochhammer[ x, x^2]), {x, 0, n}]; (* Michael Somos, Jun 06 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^3 + A)^2 / (eta(x^2 + A) * eta(x^6 + A)), n))};
CROSSREFS
Cf. A258327.
Sequence in context: A015744 A118301 A018121 * A258327 A102240 A026837
KEYWORD
sign
AUTHOR
Michael Somos, Apr 06 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 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)