The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A362860 Expansion of e.g.f. exp(-x) / (1 + LambertW(-3*x)). 2
1, 2, 31, 629, 18025, 662639, 29752957, 1578248867, 96577834801, 6696994946543, 518978239136341, 44448540938239811, 4169223860364566857, 425060509005908328071, 46801425208023247277965, 5534686715620432932442619, 699654866766940182167273185 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
G.f.: Sum_{k>=0} (3*k*x)^k / (1 + x)^(k+1).
a(n) = (-1)^n * Sum_{k=0..n} (-3*k)^k * binomial(n,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-x)/(1 + lambertw(-3*x))))
CROSSREFS
Column k=3 of A362019.
Sequence in context: A071360 A108491 A088104 * A057692 A058244 A245051
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, May 05 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 June 1 11:15 EDT 2024. Contains 373016 sequences. (Running on oeis4.)