login
Search: a107035 -id:a107035
     Sort: relevance | references | number | modified | created      Format: long | short | data
Expansion of (theta_3(q) / theta_4(q))^2 in powers of q.
+10
17
1, 8, 32, 96, 256, 624, 1408, 3008, 6144, 12072, 22976, 42528, 76800, 135728, 235264, 400704, 671744, 1109904, 1809568, 2914272, 4640256, 7310592, 11404416, 17626944, 27009024, 41047992, 61905088, 92681664
OFFSET
0,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
REFERENCES
A. Cayley, An Elementary Treatise on Elliptic Functions, 2nd ed, 1895, p. 380, Section 488.
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 102.
N. J. Fine, Basic Hypergeometric Series and Applications, Amer. Math. Soc., 1988; Eq. (34.3).
R. Fricke, Die elliptischen Funktionen und ihre Anwendungen, Teubner, 1922, Vol. 2, see p. 375. Eqs. (17),(18),(19).
LINKS
Vaclav Kotesovec, A method of finding the asymptotics of q-series based on the convolution of generating functions, arXiv:1509.08708 [math.CO], Sep 30 2015, p. 11.
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
Eric Weisstein's World of Mathematics, Elliptic Lambda Function
FORMULA
Expansion of (phi(q) / phi(-q))^2 = (phi(q) / phi(-q^2))^4 = (phi(-q^2) / phi(-q))^4 = (psi(q) / psi(-q))^4 = (chi(q)^2 / chi(-q^2))^4 = (chi(q) / chi(-q))^4 = (chi(-q^2) / chi(-q)^2)^4 = (f(q) / f(-q))^4 in powers of q where phi(), psi(), chi() are Ramanujan theta functions. - Michael Somos, Aug 01 2011
Expansion of Fricke t(omega) = tau(omega) / 2 + 1 in powers of q = exp(2 Pi i omega).
Expansion of elliptic 1 / sqrt(1 - lambda(q)) = 1 / k'(q) in powers of the nome q = exp(Pi*i*z).
Euler transform of period 4 sequence [ 8, -4, 8, 0, ...]. - Michael Somos, Jul 07 2005
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = (1 + u)^2 - 4*u*v^2. - Michael Somos, Nov 14 2006
G.f.: (theta_3(x) / theta_4(x))^2 = (Sum_{k} x^k^2) / (Sum_{k} (-x)^k^2)^2 = (Product_{k>0} (1 - x^(4*k - 2)) / ((1 - x^(4*k - 1)) * (1 - x^(4*k - 3)))^2)^4.
A139820(n) = (-1)^n * a(n). 8 * A107035(n) = a(n) unless n=0. 2 * A131126(n) = a(n) unless n=0. Convolution inverse of A139820.
G.f. is a period 1 Fourier series which satisfies f(-1 / (8 t)) = 1/4 g(t) where q = exp(2 Pi i t) and g() is the g.f. for A029841. - Michael Somos, Jun 04 2015
a(n) ~ exp(Pi*sqrt(2*n)) / (8 * 2^(1/4) * n^(3/4)). - Vaclav Kotesovec, Aug 28 2015
G.f.: exp(8*Sum_{k>=1} sigma(2*k - 1)*x^(2*k-1)/(2*k - 1)). - Ilya Gutkovskiy, Apr 19 2019
Empirical: Sum_{n>=0} a(n)/exp(2*Pi*n) = (1/4)*sqrt(8 + 6*sqrt(2)). - Simon Plouffe, Mar 02 2021
From Peter Bala, Sep 25 2023: (Start)
G.f.: A(q) = sqrt(-lambda(-q)/lambda(q)), where lambda(q) = 16*q - 128*q^2 + 704*q^3 - 3072*q^4 + ... is the elliptic modular function in powers of the nome q = exp(i*Pi*t), the g.f. of A115977; lambda(q) = k(q)^2, where k(q) = (theta_2(q) / theta_3(q))^2 is the elliptic modulus.
A(q) = sqrt(G(q)), where G(q) = 1 + 16q + 128*q^2 + 704*q^3 + 3072*q^4 + ... is the g.f. of A014972. (End)
EXAMPLE
G.f. = 1 + 8*q + 32*q^2 + 96*q^3 + 256*q^4 + 624*q^5 + 1408*q^6 + 3008*q^7 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ 1 / Sqrt[1 - InverseEllipticNomeQ @ q], {q, 0, n}]; (* Michael Somos, Aug 01 2011 *)
a[ n_] := SeriesCoefficient[ (EllipticTheta[ 3, 0, q] / EllipticTheta[ 4, 0, q])^2, {q, 0, n}]; (* Michael Somos, Aug 01 2011 *)
nmax=60; CoefficientList[Series[Product[((1+x^(2*k+1))/(1-x^(2*k+1)))^4, {k, 0, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 28 2015 *)
s = (QPochhammer[q^2]^3/(QPochhammer[q]^2*QPochhammer[q^4]))^4+O[q]^30; CoefficientList[s, q] (* Jean-François Alcover, Nov 09 2015, adapted from PARI *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x^2 + A)^3 / (eta(x + A)^2 * eta(x^4 + A)))^4, n))}; /* Michael Somos, Jul 07 2005 */
KEYWORD
nonn,nice
STATUS
approved
Expansion of (phi(q^2) / phi(-q))^2 in powers of q where phi() is a Ramanujan theta function.
+10
8
1, 4, 16, 48, 128, 312, 704, 1504, 3072, 6036, 11488, 21264, 38400, 67864, 117632, 200352, 335872, 554952, 904784, 1457136, 2320128, 3655296, 5702208, 8813472, 13504512, 20523996, 30952544, 46340832, 68901888, 101777112, 149403264, 218016640, 316342272
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(q) / phi(-q))^2 + 1) / 2 in powers of q where phi() is a Ramanujan theta function.
Expansion of (eta(q^4)^5 / (eta(q)^2 * eta(q^2) * eta(q^8)^2))^2 in powers of q.
Euler transform of period 8 sequence [ 4, 6, 4, -4, 4, 6, 4, 0, ...].
a(n) = 4 * A107035(n) unless n=0. 2 * a(n) = A014969(n) unless n=0.
a(n) ~ exp(sqrt(2*n)*Pi) / (16 * 2^(1/4) * n^(3/4)). - Vaclav Kotesovec, Sep 10 2015
Empirical: Sum_{n>=0} a(n)/exp(2*Pi*n) = 1/2 + (1/8)*sqrt(8 + 6*sqrt(2)). - Simon Plouffe, Mar 04 2021
EXAMPLE
G.f. = 1 + 4*q + 16*q^2 + 48*q^3 + 128*q^4 + 312*q^5 + 704*q^6 + 1504*q^7 + ...
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[((1 - x^(4*k))^5 / ((1 - x^k)^2 * (1 - x^(2*k)) * (1 - x^(8*k))^2))^2, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 10 2015 *)
a[ n_] := SeriesCoefficient[ (EllipticTheta[ 3, 0, q^2] / EllipticTheta[ 4, 0, q])^2, {q, 0, n}]; (* Michael Somos, Nov 11 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(x + A)^2 * eta(x^2 + A) * eta(x^8 + A)^2 / eta(x^4 + A)^5)^-2, n))};
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Jun 15 2007
STATUS
approved
Expansion of q * phi(q) * psi(q^8) / (phi(-q) * phi(q^4)) in powers of q where phi(), psi() are Ramanujan theta functions.
+10
7
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, 1841200, 2320128
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^2)^3 * eta(q^16)^2 / (eta(q)^2 * eta(q^8)^3))^2 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)) = (1/4) * g(t) where q = exp(2 Pi i t) and g() is g.f. for A215346.
a(n) = -(-1)^n * A215349(n). a(2*n) = 4 * A107035(n). Convolution inverse of A215346.
a(n) ~ exp(sqrt(n)*Pi) / (8*sqrt(2)*n^(3/4)). - Vaclav Kotesovec, Oct 13 2015
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
nmax=60; CoefficientList[Series[Product[((1+x^k)^3 * (1-x^k) * (1+x^(8*k))^2 / (1-x^(8*k)))^2, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Oct 13 2015 *)
a[n_]:= SeriesCoefficient[EllipticTheta[3, 0, q]*EllipticTheta[2, 0, q^4]/(2*EllipticTheta[3, 0, -q]*EllipticTheta[3, 0, q^4]), {q, 0, n}]; Table[a[n], {n, 0, 50}] (* G. C. Greubel, Dec 07 2017 *)
PROG
(PARI) {a(n) = local(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( (eta(x^2 + A)^3 * eta(x^16 + A)^2 / (eta(x + A)^2 * eta(x^8 + A)^3))^2, n))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Aug 08 2012
STATUS
approved
Expansion of q * psi(q^8) / phi(-q) in powers of q where psi(), phi() are Ramanujan theta functions.
+10
6
1, 2, 4, 8, 14, 24, 40, 64, 101, 156, 236, 352, 518, 752, 1080, 1536, 2162, 3018, 4180, 5744, 7840, 10632, 14328, 19200, 25591, 33932, 44776, 58816, 76918, 100176, 129952, 167936, 216240, 277476, 354864, 452392, 574958, 728568, 920600, 1160064
OFFSET
1,2
COMMENTS
Ramanujan theta functions: phi(q) (A000122), psi(q) (A010054).
Number 12 of the 14 eta-quotients listed in Table 2 of Moy 2013. - Michael Somos, Sep 19 2013
LINKS
Kevin Acres, David Broadhurst, Eta quotients and Rademacher sums, arXiv:1810.07478 [math.NT], 2018. See Table 1 p. 10.
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of eta(q^2) * eta(q^16)^2 / (eta(q)^2 * eta(q^8)) in powers of q.
Euler transform of period 16 sequence [ 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 1, 2, 0, ...].
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = u^2 - v * (1 + 4*u) * (1 + 2*v).
G.f. is a period 1 Fourier series which satisfies f(-1 / (16 t)) = 1/8 * g(t) where q = exp(2 Pi i t) and g() is g.f. for A185338.
a(n) is odd iff n is an odd square. If n>2 is a power of 2 then the highest power of 2 dividing a(n) is (n/2)^3. - Michael Somos, Feb 18 2007
4 * a(n) = A007096(n) unless n=0. -(-1)^n * a(n) = A208605(n). Convolution inverse of A185338.
G.f.: x * Product_{k>0} (1 + x^k)^2 * (1 + x^(2*k)) * (1 + x^(4*k)) * (1 + x^(8*k))^2. Michael Somos, Sep 19 2013
a(2*n) = 2 * A107035(n). a(2*n + 1) = A093160(n). - Michael Somos, Sep 19 2013
a(n) ~ exp(sqrt(n)*Pi) / (2^(9/2) * n^(3/4)). - Vaclav Kotesovec, Nov 15 2017
EXAMPLE
G.f. = q + 2*q^2 + 4*q^3 + 8*q^4 + 14*q^5 + 24*q^6 + 40*q^7 + 64*q^8 + 101*q^9 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ EllipticTheta[ 2, 0, q^4] / EllipticTheta[ 4, 0, q] / 2, {q, 0, n}]; (* Michael Somos, Sep 19 2013 *)
PROG
(PARI) {a(n) = my(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( eta(x^2 + A) * eta(x^16 + A)^2 / (eta(x + A)^2 * eta(x^8 + A)), n))};
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Oct 04 2006
STATUS
approved
Expansion of psi(x^4) / phi(-x) in powers of x where phi(), psi() are Ramanujan theta functions.
+10
5
1, 2, 4, 8, 15, 26, 44, 72, 114, 178, 272, 408, 605, 884, 1276, 1824, 2580, 3616, 5028, 6936, 9498, 12922, 17468, 23472, 31369, 41700, 55156, 72616, 95172, 124202, 161436, 209016, 269616, 346562, 443952, 566856, 721530, 915642, 1158608, 1461968, 1839789
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^(-1/2) * eta(q^2) * eta(q^8)^2 / (eta(q)^2 * eta(q^4)) in powers of q.
Euler transform of period 8 sequence [ 2, 1, 2, 2, 2, 1, 2, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (32 t)) = 32^(-1/2) g(t) where q = exp(2 Pi i t) and g() is g.f. for A093085.
Convolution inverse of A093085. Convolution square is A107035.
a(n) ~ exp(sqrt(n)*Pi)/(16*n^(3/4)). - Vaclav Kotesovec, Sep 10 2015
EXAMPLE
1 + 2*x + 4*x^2 + 8*x^3 + 15*x^4 + 26*x^5 + 44*x^6 + 72*x^7 + 114*x^8 + ...
q + 2*q^3 + 4*q^5 + 8*q^7 + 15*q^9 + 26*q^11 + 44*q^13 + 72*q^15 + 114*q^17 + ...
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1 + x^k)^2 * (1 + x^(2*k)) * (1 + x^(4*k))^2, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 10 2015 *)
a[n_]:= SeriesCoefficient[EllipticTheta[2, 0, q^2]/(2*Sqrt[q]* EllipticTheta[3, 0, -q]), {q, 0, n}]; Table[A187154[n], {n, 0, 50}] (* G. C. Greubel, Dec 04 2017 *)
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A) * eta(x^8 + A)^2 / (eta(x + A)^2 * eta(x^4 + A)), n))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael Somos, Mar 08 2011
STATUS
approved
Expansion of q * phi(-q) * psi(q^8) / (phi(q) * phi(q^4)) in powers of q where phi(), psi() are Ramanujan theta functions.
+10
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
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
KEYWORD
sign
AUTHOR
Michael Somos, Aug 08 2012
STATUS
approved
Expansion of q^(-1) * (phi(-q) / psi(q^4))^2 in powers of q where phi(), psi() are Ramanujan theta functions.
+10
3
1, -4, 4, 0, 2, 0, -8, 0, -1, 0, 20, 0, -2, 0, -40, 0, 3, 0, 72, 0, 2, 0, -128, 0, -4, 0, 220, 0, -4, 0, -360, 0, 5, 0, 576, 0, 8, 0, -904, 0, -8, 0, 1384, 0, -10, 0, -2088, 0, 11, 0, 3108, 0, 12, 0, -4552, 0, -15, 0, 6592, 0, -18, 0, -9448, 0, 22, 0, 13392
OFFSET
-1,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
Number 3 of the 15 generalized eta-quotients listed in Table I of Yang 2004. - Michael Somos, Jul 21 2014
A generator (Hauptmodul) of the function field associated with congruence subgroup Gamma_0(8). [Yang 2004] - Michael Somos, Jul 21 2014
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
Y. Yang, Transformation formulas for generalized Dedekind eta functions, Bull. London Math. Soc. 36 (2004), no. 5, 671-682. See p. 679, Table 1.
FORMULA
Expansion of (eta(q)^2 * eta(q^4) / (eta(q^2) * eta(q^8)^2 ))^2 in powers of q.
Euler transform of period 8 sequence [ -4, -2, -4, -4, -4, -2, -4, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (8 t)) = 32 g(t) where q = exp(2 Pi i t) and g() is the g.f. for A107035.
G.f. A(q) satisfies 0 = f(A(q), A(q^2)) where f(u, v) = u * (u + 8) * (v + 4) - v^2.
G.f.: (x * Product_{k>0} (1 + x^k)^4 * (1 + x^(2*k))^2 * (1 + x^(4*k))^4 )^-1.
Convolution inverse of A107035.
a(2*n) = 0 unless n=0. a(n) = A029841(n) unless n=0. a(4*n - 1) = A029839(n). a(4*n + 1) = 4 * A079006(n).
EXAMPLE
G.f. = 1/q - 4 + 4*q + 2*q^3 - 8*q^5 - q^7 + 20*q^9 - 2*q^11 - 40*q^13 + 3*q^15 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ 4 (EllipticTheta[ 4, 0, q] / EllipticTheta[ 2, 0, q^2])^2, {q, 0, n}]; (* Michael Somos, Apr 24 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<-1, 0, n++; A = x * O(x^n); polcoeff( (eta(x + A)^2 * eta(x^4 + A) / (eta(x^2 + A) * eta(x^8 + A)^2) )^2, n))};
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Jun 15 2007
STATUS
approved
Expansion of q * psi(q^8) / phi(q) in powers of q where phi(), psi() are Ramanujan theta functions.
+10
3
1, -2, 4, -8, 14, -24, 40, -64, 101, -156, 236, -352, 518, -752, 1080, -1536, 2162, -3018, 4180, -5744, 7840, -10632, 14328, -19200, 25591, -33932, 44776, -58816, 76918, -100176, 129952, -167936, 216240, -277476, 354864, -452392, 574958, -728568, 920600
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 eta(q)^2 * eta(q^4)^2 * eta(q^16)^2 / (eta(q^2)^5 * eta(q^8)) in powers of q.
Euler transform of period 16 sequence [ -2, 3, -2, 1, -2, 3, -2, 2, -2, 3, -2, 1, -2, 3, -2, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (16 t)) = 1/4 * g(t) where q = exp(2 Pi i t) and g() is g.f. for A208603.
a(n) = -(-1)^n * A123655(n). a(2*n) = -2 * A107035(n). a(2*n + 1) = A093160(n). Convolution inverse of A208603.
EXAMPLE
q - 2*q^2 + 4*q^3 - 8*q^4 + 14*q^5 - 24*q^6 + 40*q^7 - 64*q^8 + 101*q^9 + ...
MATHEMATICA
eta[q_] := q^(1/24)*QPochhammer[q]; a[n_]:= SeriesCoefficient[eta[q]^2* eta[q^4]^2*eta[q^16]^2/(eta[q^2]^5*eta[q^8]), {q, 0, n}]; Table[a[n], {n, 1, 50}] (* G. C. Greubel, Jan 23 2018 *)
PROG
(PARI) {a(n) = local(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( eta(x + A)^2 * eta(x^4 + A)^2 * eta(x^16 + A)^2 / (eta(x^2 + A)^5 * eta(x^8 + A)), n))}
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Feb 29 2012
STATUS
approved
Expansion of x * (psi(x^4) / phi(x))^2 in powers of x where phi(), psi() are Ramanujan theta functions.
+10
1
1, -4, 12, -32, 78, -176, 376, -768, 1509, -2872, 5316, -9600, 16966, -29408, 50088, -83968, 138738, -226196, 364284, -580032, 913824, -1425552, 2203368, -3376128, 5130999, -7738136, 11585208, -17225472, 25444278, -37350816, 54504160, -79085568, 114133296
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 (eta(q)^2 * eta(q^4) * eta(q^8)^2 / eta(q^2)^5)^2 in powers of q.
Euler transform of period 8 sequence [ -4, 6, -4, 4, -4, 6, -4, 0, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (8 t)) = 1/8 g(t) where q = exp(2 Pi i t) and g() is the g.f. for A210067.
G.f.: x * Product_{k>0} ( 1 + x^(2*k))^6 * (1 + x^(4*k))^4 / (1 + x^k)^4.
a(n) = -(-1)^n * A107035(n). -4 * a(n) = A210066(n) unless n=0. -8 * a(n) = A139820(n) unless n=0.
a(2*n) = -4 * A092877(n). a(2*n + 1) = A022577(n). a(4*n) = -32 * A014103(n).
Convolution square of A210063. Convolution inverse of A131125.
a(n) ~ -(-1)^n * exp(sqrt(2*n)*Pi) / (64 * 2^(1/4) * n^(3/4)). - Vaclav Kotesovec, Nov 17 2017
EXAMPLE
G.f. = x - 4*x^2 + 12*x^3 - 32*x^4 + 78*x^5 - 176*x^6 + 376*x^7 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (1/4) EllipticTheta[ 2, 0, q^2]^2 / EllipticTheta[ 3, 0, q]^2, {q, 0, n}];
PROG
(PARI) {a(n) = my(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( (eta(x + A)^2 * eta(x^4 + A) * eta(x^8 + A)^2 / eta(x^2 + A)^5)^2, n))};
KEYWORD
sign
AUTHOR
Michael Somos, Jul 17 2015
STATUS
approved

Search completed in 0.007 seconds