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!)
A128692 Expansion of (theta_4(q) / theta_3(q))^4 in powers of q. 5
1, -16, 128, -704, 3072, -11488, 38400, -117632, 335872, -904784, 2320128, -5702208, 13504512, -30952544, 68901888, -149403264, 316342272, -655445792, 1331327616, -2655115712, 5206288384, -10049485312, 19115905536, -35867019904, 66437873664 (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).
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 102.
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
Eric Weisstein's World of Mathematics, Elliptic Lambda Function
FORMULA
Expansion of 1 - lambda(tau) = lambda( -1 / tau) in powers of q = exp(pi i tau).
Expansion of (eta(q^4) * eta(q)^2 / eta(q^2)^3)^8 in powers of q.
Expansion of (phi(-q) / phi(q))^4 = (phi(-q) / phi(-q^2))^8 = (phi(-q^2) / phi(q))^8 = (f(-q) / f(q))^8 = (chi(-q) / chi(q))^8 = (psi(-q) / psi(q))^8 in powers of q where phi(), psi(), chi(), f() are Ramanujan theta functions.
Euler transform of period 4 sequence [ -16, 8, -16, 0, ...].
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = v^2 * (1 - u)^2 - 16 * u * (1 - v).
G.f.: (Product_{k>0} (1 - x^(2*k - 1)) / (1 + x^(2*k - 1)))^8 = exp( -16 * Sum_{k>0} x^(2*k - 1) * sigma(2*k - 1) / (2*k - 1)).
A014972(n) = (-1)^n * a(n). Convolution inverse of A014972.
Empirical : Sum_{n=1..infinity} (exp(-2*Pi)^(n-1)*a(n)) = -16+12*2^(1/2). - Simon Plouffe, Feb. 20, 2011.
Empirical : Sum_{n=1..infinity} exp(-Pi*sqrt(3))^(n-1)*(-1)^(n+1)*a(n) = 8 - 4*sqrt(3). - Simon Plouffe, Feb. 20, 2011.
EXAMPLE
1 - 16*q + 128*q^2 - 704*q^3 + 3072*q^4 - 11488*q^5 + 38400*q^6 + ...
MATHEMATICA
CoefficientList[(QPochhammer[q]/QPochhammer[-q])^8 + O[q]^30, q] (* Jean-François Alcover, Nov 05 2015 *)
eta[q_] := q^(1/24)*QPochhammer[q]; a[n_] := SeriesCoefficient[(eta[q^4]* eta[q]^2/eta[q^2]^3)^8, {q, 0, n}]; Table[a[n], {n, 0, 50}] (* G. C. Greubel, Jan 18 2018 *)
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A)^2 * eta(x^4 + A) / eta(x^2 + A)^3)^8, n))}
(PARI) {a(n) = if( n<0, 0, polcoeff( exp(-16 * sum(k=1, (n+1)\2, sigma(2*k-1) / (2*k-1) * x^(2*k-1), x * O(x^n))), n))}
CROSSREFS
Cf. A014972.
Sequence in context: A035473 A014972 A115977 * A132136 A163399 A067488
KEYWORD
sign
AUTHOR
Michael Somos, Mar 20 2007
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 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)