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!)
A205481 L.g.f.: Sum_{n>=1} x^n/n * Product_{d|n} (1 + d*x^(n/d))^d. 8
1, 3, 7, 23, 76, 249, 974, 4151, 16558, 70308, 342937, 1680725, 8012252, 40903572, 222539812, 1202060807, 6608077855, 38523427818, 228629565951, 1349303611408, 8257330774574, 53118486147015, 345693735519287, 2252515985849693, 15028013765653626, 102689873016938288 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Forms the logarithmic derivative of A205480.
EXAMPLE
L.g.f.: L(x) = x + 3*x^2/2 + 7*x^3/3 + 23*x^4/4 + 76*x^5/5 + 249*x^6/6 +...
By definition:
L(x) = x*(1+x) + x^2*(1+x^2)*(1+2*x)^2/2 + x^3*(1+x^3)*(1+3*x)^3/3 + x^4*(1+x^4)*(1+2*x^2)^2*(1+4*x)^4/4 + x^5*(1+x^5)*(1+5*x)^5/5 + x^6*(1+x^6)*(1+2*x^3)^2*(1+3*x^2)^3*(1+6*x)^6/6 +...
Exponentiation yields the g.f. of A205480:
exp(L(x)) = 1 + x + 2*x^2 + 4*x^3 + 10*x^4 + 27*x^5 + 76*x^6 + 242*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/d)+x*O(x^n))))), n)}
CROSSREFS
Sequence in context: A148710 A148711 A344775 * A341071 A148712 A208591
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)