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!)
A181541 E.g.f.: A(x) = Product_{n>=1} (1 + x^n/n)^n. 9
1, 1, 2, 12, 54, 390, 3120, 28140, 290640, 3354960, 42561120, 586259520, 8806422240, 141680579040, 2446025662080, 44990666360640, 877867974023040, 18115179826423680, 394351821275892480, 9019730566889602560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} Sum_{j>=1} x^(j*k)/(k*(-j)^(k-1))). - Ilya Gutkovskiy, Sep 12 2018
EXAMPLE
E.g.f.: A(x) = 1 + x + 2*x^2/2! + 12*x^3/3! + 54*x^4/4! + 390*x^5/5! + ...
A(x) = (1+x)*(1 + x^2/2)^2*(1 + x^3/3)^3*(1 + x^4/4)^4*(1 + x^5/5)^5*...
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1+x^k/k)^k, {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 07 2020 *)
PROG
(PARI) {a(n)=n!*polcoeff(prod(m=1, n, (1+x^m/m+x*O(x^n))^m), n)}
CROSSREFS
Sequence in context: A198150 A122676 A038175 * A197230 A025171 A342319
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 02 2010
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 November 28 19:28 EST 2023. Contains 367419 sequences. (Running on oeis4.)