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!)
A362691 E.g.f. satisfies A(x) = exp(x^3 + x * A(x)). 3
1, 1, 3, 22, 173, 1836, 24847, 403474, 7667865, 167097016, 4108985531, 112562882334, 3399748630357, 112246652293972, 4022094151907847, 155461592488721866, 6447531477912609713, 285606134199075271536, 13458367778796518816755 (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)) / x = exp( x^3 - LambertW(-x*exp(x^3)) ).
a(n) = n! * Sum_{k=0..floor(n/3)} (n-3*k+1)^(n-2*k-1) / (k! * (n-3*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x^3-lambertw(-x*exp(x^3)))))
CROSSREFS
Cf. A362737.
Sequence in context: A290719 A074576 A077244 * A138899 A147855 A354327
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 01 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 May 3 15:19 EDT 2024. Contains 372216 sequences. (Running on oeis4.)