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!)
A356001 Expansion of e.g.f. -LambertW((1 - exp(3*x))/3). 2
0, 1, 5, 36, 379, 5461, 100476, 2250613, 59432141, 1807959042, 62262816157, 2394551966401, 101724440338494, 4730814590128615, 239057921691911861, 13042779411190737420, 764136645388807739239, 47846833035272035228849, 3188740106752561252031364 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = Sum_{k=1..n} 3^(n-k) * k^(k-1) * Stirling2(n,k).
a(n) ~ 3^(n - 1/2) * sqrt(exp(1) + 3) * n^(n-1) / (exp(n) * (log(exp(1) + 3) - 1)^(n - 1/2)). - Vaclav Kotesovec, Oct 04 2022
MATHEMATICA
With[{m = 20}, Range[0, m]! * CoefficientList[Series[-ProductLog[(1 - Exp[3*x])/3], {x, 0, m}], x]] (* Amiram Eldar, Sep 24 2022 *)
PROG
(PARI) my(N=20, x='x+O('x^N)); concat(0, Vec(serlaplace(-lambertw((1-exp(3*x))/3))))
(PARI) a(n) = sum(k=1, n, 3^(n-k)*k^(k-1)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A031971 A247496 A302584 * A230887 A365356 A194958
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 24 2022
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 August 11 10:58 EDT 2024. Contains 375068 sequences. (Running on oeis4.)