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!)
A205483 L.g.f.: Sum_{n>=1} x^n/n * Product_{d|n} (1 + d*x^n)^d. 8
1, 3, 1, 11, 1, 45, 1, 59, 109, 53, 1, 869, 1, 101, 961, 3643, 1, 3555, 1, 18101, 3235, 245, 1, 92645, 21876, 341, 11287, 74141, 1, 722045, 1, 324667, 20329, 581, 502076, 5280611, 1, 725, 40054, 7567509, 1, 27239663, 1, 906301, 7838224, 1061, 1, 181474021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Forms the logarithmic derivative of A205482.
EXAMPLE
L.g.f.: L(x) = x + 3*x^2/2 + x^3/3 + 11*x^4/4 + x^5/5 + 45*x^6/6 +...
By definition:
L(x) = x*(1+x) + x^2*(1+x^2)*(1+2*x^2)^2/2 + x^3*(1+x^3)*(1+3*x^3)^3/3 + x^4*(1+x^4)*(1+2*x^4)^2*(1+4*x^4)^4/4 + x^5*(1+x^5)*(1+5*x^5)^5/5 + x^6*(1+x^6)*(1+2*x^6)^2*(1+3*x^6)^3*(1+6*x^6)^6/6 +...
Exponentiation yields the g.f. of A205482:
exp(L(x)) = 1 + x + 2*x^2 + 2*x^3 + 5*x^4 + 5*x^5 + 15*x^6 + 15*x^7 +...
PROG
(PARI) {a(n)=n*polcoeff(sum(m=1, n+1, x^m/m*exp(sumdiv(m, d, d*log(1+d*x^m+x*O(x^n))))), n)}
CROSSREFS
Sequence in context: A339175 A134761 A166752 * A230262 A323854 A256589
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 27 2012
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 7 14:27 EDT 2024. Contains 373195 sequences. (Running on oeis4.)