OFFSET
0,4
COMMENTS
In the article by Lehmer, Theorem 7, p. 387, case b <> 0 and b <> 1, correct formula is W_n(S_a,b) ~ a^(-1/a) * exp(-gamma/a) * (Gamma((b-1)/a) / (Gamma(b/a) * Gamma(1/a))) * n^(1/a - 1), where gamma is the Euler-Mascheroni constant (A001620) and Gamma() is the Gamma function.
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..449
Vaclav Kotesovec, Graph - the asymptotic ratio (50000 terms)
D. H. Lehmer, On reciprocally weighted partitions, Acta Arithmetica XXI (1972), 379-388 (Theorem 7 needs a correction).
FORMULA
a(n) ~ exp(-gamma/4) * n! / (2 * sqrt(Pi) * n^(3/4)), where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
nmax = 25; CoefficientList[Series[1/Product[(1-x^(4*k-1)/(4*k-1)), {k, 1, Floor[nmax/4] + 1}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 24 2019
STATUS
approved