[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!)
A372334 Expansion of e.g.f. -exp(x) * LambertW(-3*x)/3. 2
0, 1, 8, 102, 2092, 60140, 2220954, 100119670, 5328468968, 326960686872, 22724388453070, 1764411577328906, 151364204180518476, 14217940294767407380, 1451334877597451677250, 159972528561402504191190, 18936257811933773637390544, 2395818853376147403857700656 (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*k)^(k-1) * binomial(n,k).
G.f.: Sum_{k>=1} (3*k)^(k-1) * x^k / (1-x)^(k+1).
a(n) ~ exp(exp(-1)/3) * 3^(n-1) * n^(n-1). - Vaclav Kotesovec, Apr 30 2024
PROG
(PARI) my(N=20, x='x+O('x^N)); concat(0, Vec(serlaplace(-exp(x)*lambertw(-3*x)/3)))
(PARI) a(n) = sum(k=1, n, (3*k)^(k-1)*binomial(n, k));
CROSSREFS
Cf. A372316.
Sequence in context: A366016 A328061 A305603 * A333985 A369184 A297069
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 28 2024
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 30 21:29 EDT 2024. Contains 375550 sequences. (Running on oeis4.)