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!)
A362661 E.g.f. satisfies A(x) = exp( x * exp(x^3/6) * A(x) ). 1
1, 1, 3, 16, 129, 1356, 17767, 279714, 5149209, 108591688, 2582351451, 68380940904, 1995777685717, 63659665732716, 2203395556479951, 82253291389678756, 3294326092613575473, 140911264444599281616, 6411278790217738946899 (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.: exp( -LambertW(-x * exp(x^3/6)) ).
a(n) = n! * Sum_{k=0..floor(n/3)} (n-3*k)^k * (n-3*k+1)^(n-3*k-1) / (6^k * k! * (n-3*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x*exp(x^3/6)))))
CROSSREFS
Sequence in context: A208829 A289145 A340341 * A368791 A135752 A218827
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 29 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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)