OFFSET
0,3
COMMENTS
Sequence consists entirely of integers, even though the g.f. is obtained by the infinite product of the n-th roots of 1/(1 - A007947(n)*x^n).
Limit of a(n)/a(n+1) = (1/3)^(1/3) as n grows.
EXAMPLE
1/A(x) = (1-x)*(1-2x^2)^(1/2)*(1-3x^3)^(1/3)*(1-2x^4)^(1/4)*(1-5x^5)^(1/5)*...
PROG
(PARI) a(n)=polcoeff(prod(k=1, n, 1/(1-prod(i=1, omega(k), factor(k)[i, 1])*x^k+x*O(x^n))^(1/k)), n)
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 25 2004
STATUS
approved