OFFSET
0,3
COMMENTS
This is the square root of the g.f. for planar partitions (A000219).
FORMULA
a(n) / A046161(n) ~ zeta(3)^(13/72) * exp(1/24 + 3*zeta(3)^(1/3)*n^(2/3)/2) / (sqrt(6*A*Pi) * n^(49/72)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Jun 28 2025
EXAMPLE
1, 1/2, 11/8, 37/16, 563/128, 1695/256, 12255/1024, 36333/2048, 972867/32768, ...
MAPLE
mul( 1/(1-x^k)^(k/2), k=1..29) ;
taylor(%, x=0, 29) ;
gfun[seriestolist](%) ;
map(numer, %) ; # R. J. Mathar, Dec 08 2013
MATHEMATICA
nmax = 30; Numerator[CoefficientList[Series[Product[1/(1 - x^k)^(k/2), {k, 1, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Jun 28 2025 *)
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Dec 07 2013
STATUS
approved
