OFFSET
1,2
COMMENTS
General formula: if k >= 0, m > 0, and the Dirichlet generating function is zeta(s-k)^m * f(s), where f(s) has all possible poles at points less than k+1, then Sum_{j=1..n} a(j) ~ n^(k+1) * log(n)^(m-1) * f(k+1) / ((k+1) * Gamma(m)) * (1 + (m-1)*(m*gamma - 1/(k+1) + f'(k+1)/f(k+1)) / log(n)), where gamma is the Euler-Mascheroni constant A001620 and Gamma() is the Gamma function.
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 1..10000
Vaclav Kotesovec, Graph - the asymptotic ratio (10000 terms)
FORMULA
PROG
(PARI) for(n=1, 100, print1(numerator(direuler(p=2, n, 1/(1-p*X)^(1/3))[n]), ", "))
CROSSREFS
KEYWORD
nonn,frac,mult
AUTHOR
Vaclav Kotesovec, May 10 2025
STATUS
approved
