OFFSET
0,2
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..2000
Andrew Sills, Towards an Automation of the Circle Method, Gems in Experimental Mathematics in Contemporary Mathematics, 2010.
FORMULA
a(n) ~ Pi*sqrt(2) * BesselI(1, sqrt(8*n+2)*Pi/3) / (3*sqrt(12*n+3)).
a(n) ~ exp(2*Pi*sqrt(2*n)/3) / (6*2^(3/4)*n^(3/4)) * (1 + (Pi/6 - 9/(16*Pi))/sqrt(2*n) + (Pi^2/144 - 135/(1024*Pi^2) - 15/64)/n).
Empirical: Sum_{n>=0} a(n) / exp(n*Pi) = (1/6) * exp(Pi / 4) * 2^(11/12) * 3^(5/8) / (sqrt(2) * (1+3^(1/2)))^(1/6) = A389012. - Simon Plouffe, Sep 22 2025
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1-x^(6*k))*(1+x^k)/(1-x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 09 2017
STATUS
approved
