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!)
A215349 Expansion of q * phi(-q) * psi(q^8) / (phi(q) * phi(q^4)) in powers of q where phi(), psi() are Ramanujan theta functions. 5
1, -4, 8, -16, 30, -48, 80, -128, 197, -312, 472, -704, 1046, -1504, 2160, -3072, 4306, -6036, 8360, -11488, 15712, -21264, 28656, -38400, 51127, -67864, 89552, -117632, 153926, -200352, 259904, -335872, 432336, -554952, 709728, -904784, 1150142, -1457136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,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 * (f(-q) * f(-q^16) / (f(q) * f(q^4)))^2 = q * (chi(-q^2) * chi(-q^4) / (chi(q) * chi(-q^8))^2)^2 in powers of q where chi(), f() are Ramanujan theta functions.
Expansion of (eta(q) * eta(q^4) * eta(q^16))^4 / (eta(q^2) * eta(q^8))^6 in powers of q.
Euler transform of period 16 sequence [ -4, 2, -4, -2, -4, 2, -4, 4, -4, 2, -4, -2, -4, 2, -4, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (16 t)) = f(t) where q = exp(2 Pi i t).
a(n) = -(-1)^n * A215348(n). a(2*n) = -4 * A107035(n). Convolution inverse of A214035.
a(n) ~ -(-1)^n * exp(sqrt(n)*Pi) / (8*sqrt(2)*n^(3/4)). - Vaclav Kotesovec, Sep 08 2017
EXAMPLE
q - 4*q^2 + 8*q^3 - 16*q^4 + 30*q^5 - 48*q^6 + 80*q^7 - 128*q^8 + 197*q^9 + ...
MATHEMATICA
a[n_]:= SeriesCoefficient[(EllipticTheta[3, 0, -q]*EllipticTheta[2, 0, q^4]/(EllipticTheta[3, 0, q]*EllipticTheta[3, 0, q^4]))/2, {q, 0, n}]; Table[a[n], {n, 1, 50}] (* G. C. Greubel, Jan 07 2018 *)
PROG
(PARI) {a(n) = local(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( (eta(x + A) * eta(x^4 + A) * eta(x^16 + A))^4 / (eta(x^2 + A) * eta(x^8 + A))^6, n))}
CROSSREFS
Sequence in context: A099992 A301149 A301143 * A215348 A301144 A298803
KEYWORD
sign
AUTHOR
Michael Somos, Aug 08 2012
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 23 10:21 EDT 2024. Contains 371905 sequences. (Running on oeis4.)