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!)
A362381 E.g.f. satisfies A(x) = exp(x + x^3/6 * A(x)). 4
1, 1, 1, 2, 9, 41, 191, 1191, 9353, 77897, 704861, 7352621, 85323921, 1058023825, 14155416003, 206100005931, 3217934262481, 53320102598481, 939087824434009, 17562552535939705, 346668611080774081, 7196193133818592961, 156944931623033340711 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp(x - LambertW(-x^3/6 * exp(x))) = -6 * LambertW(-x^3/6 * exp(x))/x^3.
a(n) = n! * Sum_{k=0..floor(n/3)} (1/6)^k * (k+1)^(n-2*k-1) / (k! * (n-3*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(-x^3/6*exp(x)))))
CROSSREFS
Column k=1 of A362378.
Sequence in context: A020698 A128752 A074611 * A292078 A270766 A181375
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 20 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 September 7 12:42 EDT 2024. Contains 375730 sequences. (Running on oeis4.)