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!)
A261251 Expansion of f(-x, -x) * f(-x^3, -x^15) / f(-x^6, -x^12)^2 in powers of x where f(,) is Ramanujan's general theta function. 2
1, -2, 0, -1, 4, 0, 2, -6, 0, -4, 8, 0, 7, -14, 0, -10, 24, 0, 14, -34, 0, -22, 48, 0, 33, -72, 0, -45, 104, 0, 62, -142, 0, -88, 192, 0, 122, -266, 0, -163, 364, 0, 216, -480, 0, -290, 632, 0, 386, -840, 0, -502, 1104, 0, 650, -1426, 0, -846, 1832, 0, 1093 (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) * psi(x^9) / (f(-x^6) * psi(x^3)) in powers of x where phi(), psi(), f() are Ramanujan theta functions.
Expansion of q^(-1/2) * eta(q)^2 * eta(q^3) * eta(q^18)^2 / (eta(q^2) * eta(q^6)^3 * eta(q^9)) in powers of q.
Euler transform of period 18 sequence [ -2, -1, -3, -1, -2, 1, -2, -1, -2, -1, -2, 1, -2, -1, -3, -1, -2, 0, ...].
a(3*n) = A261252(n). a(3*n + 1) = -2 * A217786(n). a(3*n + 2) = 0.
Convolution inverse of A261240.
EXAMPLE
G.f. = 1 - 2*x - x^3 + 4*x^4 + 2*x^6 - 6*x^7 - 4*x^9 + 8*x^10 + ...
G.f. = q - 2*q^3 - q^7 + 4*q^9 + 2*q^13 - 6*q^15 - 4*q^19 + 8*q^21 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ x^(-3/4) EllipticTheta[ 4, 0, x] EllipticTheta[ 2, 0, x^(9/2)] / (QPochhammer[ x^6] EllipticTheta[ 2, 0, x^(3/2)]), {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^3 + A) * eta(x^18 + A)^2 / (eta(x^2 + A) * eta(x^6 + A)^3 * eta(x^9 + A)), n))};
CROSSREFS
Sequence in context: A230747 A308628 A181670 * A341101 A342909 A081265
KEYWORD
sign
AUTHOR
Michael Somos, Aug 12 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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)