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!)
A362748 E.g.f. satisfies A(x) = exp(x^3/6 + x * A(x)). 1
1, 1, 3, 17, 133, 1386, 18097, 284299, 5225985, 110097836, 2616190831, 69236871309, 2019833025157, 64403044165942, 2228441614038837, 83166830262851591, 3330183199746011713, 142418071427679810936, 6478769455582913796475 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: -LambertW(-x * exp(x^3/6)) / x = exp( x^3/6 - LambertW(-x*exp(x^3/6)) ).
a(n) = n! * Sum_{k=0..floor(n/3)} (n-3*k+1)^(n-2*k-1) / (6^k * k! * (n-3*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x^3/6-lambertw(-x*exp(x^3/6)))))
CROSSREFS
Sequence in context: A363135 A093986 A192459 * A055214 A105630 A199138
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 02 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 April 24 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)