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!)
A262156 Expansion of f(-x^6)^3 / (f(x)^2 * psi(x)) in powers of x where psi(), f() are Ramanujan theta functions. 2
1, -3, 8, -19, 42, -86, 166, -309, 557, -974, 1661, -2773, 4543, -7316, 11600, -18140, 28011, -42751, 64550, -96503, 142951, -209939, 305844, -442213, 634865, -905361, 1282957, -1807175, 2531156, -3526051, 4886764, -6739401, 9250902, -12641475, 17200638 (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^(-13/24) * eta(q)^3 * eta(q^4)^2 * eta(q^6)^3 / eta(q^2)^8 in powers of q.
Euler transform of period 12 sequence [-3, 5, -3, 3, -3, 2, -3, 3, -3, 5, -3, 0, ...].
EXAMPLE
G.f. = 1 - 3*x + 8*x^2 - 19*x^3 + 42*x^4 - 86*x^5 + 166*x^6 + ...
G.f. = q^13 - 3*q^37 + 8*q^61 - 19*q^85 + 42*q^109 - 86*q^133 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ 2 x^(1/8) QPochhammer[ x^6]^3 / (QPochhammer[ -x]^2 EllipticTheta[ 2 , 0, x^(1/2)]), {x, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^3 * eta(x^4 + A)^2 * eta(x^6 + A)^3 / eta(x^2 + A)^8, n))};
(PARI) q='q+O('q^99); Vec(eta(q)^3*eta(q^4)^2*eta(q^6)^3/eta(q^2)^8) \\ Altug Alkan, Jul 31 2018
CROSSREFS
Sequence in context: A072916 A298406 A074839 * A002318 A229198 A095681
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 August 29 08:01 EDT 2024. Contains 375510 sequences. (Running on oeis4.)