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!)
A362390 E.g.f. satisfies A(x) = exp(x + x^3/3 * A(x)). 3
1, 1, 1, 3, 17, 81, 441, 3641, 33825, 318753, 3505521, 45095601, 616484001, 9013086369, 145909533225, 2556431401161, 47388760825281, 937507626246081, 19840711661183457, 443937299529447009, 10456231167451597761, 259738234024404363201 (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/3 * exp(x))) = -3 * LambertW(-x^3/3 * exp(x))/x^3.
a(n) = n! * Sum_{k=0..floor(n/3)} (1/3)^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/3*exp(x)))))
CROSSREFS
Column k=2 of A362378.
Sequence in context: A164305 A202247 A225342 * A194596 A217623 A083217
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 July 17 04:19 EDT 2024. Contains 374360 sequences. (Running on oeis4.)