OFFSET
0,2
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000
Simon Plouffe, Numbers in the base e^Pi, arXiv:2509.15609 [math.NT], 2025. See p. 19/24, marked 212.
FORMULA
Convolution inverse of A029594.
a(n) ~ (-1)^n * exp(2*Pi*sqrt(n/3)) / (4*sqrt(6)*n^(3/2)). - Vaclav Kotesovec, Oct 05 2018
Empirical: Sum_{n>=0} a(n) / exp(n*Pi) = (32/9) * Pi^(15/4) * 3^(1/2) * Gamma(7/8)^8 * (2-sqrt(2))^(1/2) / (1+3^(1/2)) / Gamma(5/8)^8 / Gamma(7/12)^3 / (17/12+sqrt(2)) / Gamma(11/12)^2 / Gamma(2/3) = A389046. - Simon Plouffe, Sep 22 2025
MATHEMATICA
CoefficientList[Series[1/Product[EllipticTheta[3, 0, q^k], {k, 1, 3}], {q, 0, 80}], q] (* G. C. Greubel, Oct 29 2018 *)
PROG
(PARI) q='q+O('q^80); Vec(1/prod(k=1, 3, eta(q^(2*k))^5/(eta(q^k)* eta(q^(4*k)))^2 )) \\ G. C. Greubel, Oct 29 2018
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 05 2018
STATUS
approved
