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!)
A192859 L.g.f.: Sum_{n>=1} (Sum_{d|n} d*x^d)^n/n = Sum_{n>=1} a(n)*x^n/n. 2
1, 1, 7, 9, 26, 37, 162, 329, 1087, 2526, 6810, 15009, 32514, 66312, 136877, 276137, 632401, 1546003, 4648446, 14647994, 47229840, 145042888, 423449873, 1161865841, 3026208201, 7457926620, 17580700762, 39758132780, 87567965436, 188225902377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Equals the logarithmic derivative of A192860.
EXAMPLE
L.g.f.: L(x) = = x + x^2/2 + 7*x^3/3 + 9*x^4/4 + 26*x^5/5 + 37*x^6/6 +...
which is generated by:
L(x) = x + (x + 2*x^2)^2/2 + (x + 3*x^3)^3/3 + (x + 2*x^2 + 4*x^4)^4/4 + (x + 5*x^5)^5/5 + (x + 2*x^2 + 3*x^3 + 6*x^6)^6/6 + (x + 7*x^7)^7/7 + (x + 2*x^2 + 4*x^4 + 8*x^8)^8/8 +...
Exponentiation of the l.g.f. yields the g.f. of A192860:
exp(L(x)) = 1 + x + x^2 + 3*x^3 + 5*x^4 + 10*x^5 + 18*x^6 + 45*x^7 +...
MATHEMATICA
With[{m = 30}, Rest[CoefficientList[Series[Sum[(Sum[d*x^d, {d, Divisors[n] }])^n/n, {n, 1, m + 2}], {x, 0, m}], x]]*Range[1, m]] (* G. C. Greubel, Jan 07 2019 *)
PROG
(PARI) {a(n)=local(A=x); A=sum(m=1, n+1, sumdiv(m, d, d*x^d +x*O(x^n))^m/m); n*polcoeff(A, n)}
CROSSREFS
Cf. A192860.
Sequence in context: A102028 A265990 A125260 * A104703 A032617 A113124
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 11 2011
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 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)