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!)
A246712 Expansion of chi(x^2) / phi(x) in powers of x where phi(), chi() are Ramanujan theta functions. 2
1, -2, 5, -10, 18, -32, 55, -90, 145, -228, 351, -532, 795, -1170, 1703, -2452, 3494, -4934, 6910, -9598, 13238, -18134, 24680, -33390, 44921, -60108, 80029, -106044, 139875, -183706, 240284, -313046, 406319, -525490, 677269, -870010, 1114061, -1422210 (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 phi(-x^4) / f(x)^2 in powers of x where phi(), f() are Ramanujan theta functions.
Expansion of q^(1/12) * eta(q)^2 * eta(q^4)^4 / (eta(q^8) * eta(q^2)^6) in powers of q.
Euler transform of period 8 sequence [-2, 4, -2, 0, -2, 4, -2, 1, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (2304 t)) = 96^(-1/2) (t/i)^(-1/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A085261.
EXAMPLE
G.f. = 1 - 2*x + 5*x^2 - 10*x^3 + 18*x^4 - 32*x^5 + 55*x^6 - 90*x^7 + ...
G.f. = 1/q - 2*q^11 + 5*q^23 - 10*q^35 + 18*q^47 - 32*q^59 + 55*q^71 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 4, 0, x^4] / QPochhammer[ -x]^2, {x, 0, n}];
a[ n_] := SeriesCoefficient[ QPochhammer[ -x^2, x^4] / EllipticTheta[ 3, 0, x], {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)^4 / (eta(x^8 + A) * eta(x^2 + A)^6), n))};
CROSSREFS
Cf. A085261.
Sequence in context: A326508 A079006 A001936 * A279476 A281683 A224364
KEYWORD
sign
AUTHOR
Michael Somos, Sep 02 2014
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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)