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!)
A361214 E.g.f. satisfies A(x) = exp( 3*x*A(x) / (1+x) ). 2
1, 3, 21, 288, 5841, 158148, 5370003, 219641922, 10518990129, 577629889848, 35788733371179, 2470154920005798, 187970878034549001, 15636177199793409444, 1411635193678825868979, 137469669176542404342042, 14364540773583252035937633 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = (-1)^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) = (-1)^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: A370741 A000681 A222035 * A171201 A193206 A055555
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 May 8 09:02 EDT 2024. Contains 372332 sequences. (Running on oeis4.)