The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094947 G.f.: A(x) = Product_{n>=1} 1/(1 - A007947(n)*x^n)^(1/n), where A007947(n) is the product of the distinct prime factors of n. 2
1, 1, 2, 3, 5, 7, 13, 17, 27, 39, 61, 82, 136, 179, 275, 398, 584, 796, 1251, 1668, 2516, 3577, 5198, 7100, 10931, 14797, 21738, 30929, 44622, 61209, 93557, 126219, 184593, 262621, 376923, 521670, 785414, 1066281, 1550829, 2211872, 3173795, 4381455 (list; graph; refs; listen; history; text; internal format)
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.
LINKS
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
Cf. A095001.
Sequence in context: A125772 A233282 A001000 * A231474 A092621 A188809
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 25 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 09:20 EDT 2024. Contains 373092 sequences. (Running on oeis4.)