[go: up one dir, main page]

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!)
A361194 E.g.f. satisfies A(x) = exp( -3*x*A(x) ) / (1-x). 3
1, -2, 17, -237, 4893, -133683, 4567905, -187666587, 9017657433, -496470972951, 30824023641669, -2131090659947439, 162397790115179733, -13525005928296072915, 1222285110682680848169, -119135392516302191619507, 12458374493322416970025521 (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,k)/k!.
E.g.f.: LambertW( 3*x/(1-x) ) / (3*x).
PROG
(PARI) a(n) = n!*sum(k=0, n, (-3)^k*(k+1)^(k-1)*binomial(n, k)/k!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(lambertw(3*x/(1-x))/(3*x)))
CROSSREFS
Cf. A361069.
Sequence in context: A036082 A240999 A319947 * A373555 A342205 A099694
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 03 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 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)