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!)
A361212 E.g.f. satisfies A(x) = exp( 3*x*A(x) / (1-x) ). 2
1, 3, 33, 612, 16353, 576108, 25306803, 1334701854, 82258866225, 5805344935368, 461848917299499, 40904277651802458, 3992219566916292873, 425766991650939828828, 49266876888419716251315, 6147944525591645916094182, 823045511075200872642258273 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = n! * Sum_{k=0..n} 3^k * (k+1)^(k-1) * binomial(n-1,n-k)/k!.
E.g.f.: exp ( -LambertW(-3*x/(1-x)) ).
E.g.f.: -(1-x)/(3*x) * LambertW(-3*x/(1-x)).
PROG
(PARI) a(n) = n!*sum(k=0, n, 3^k*(k+1)^(k-1)*binomial(n-1, n-k)/k!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-3*x/(1-x)))))
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(-(1-x)/(3*x)*lambertw(-3*x/(1-x))))
CROSSREFS
Sequence in context: A002916 A009659 A367427 * A144756 A336636 A364242
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 04 2023
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 2 02:14 EDT 2024. Contains 374819 sequences. (Running on oeis4.)