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!)
A361917 a(n) = n! * Sum_{k=0..floor(n/3)} (-1)^k * (k+1)^(k-1) / (k! * (n-3*k)!). 1
1, 1, 1, -5, -23, -59, 961, 7351, 29905, -877463, -9450719, -52724429, 2282907001, 31742360365, 225092745697, -12992587010129, -221436656404319, -1905297800257199, 137972958868569025, 2784953660339878507, 28177036295775415561, -2459373614334806266859 (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)) = LambertW(x^3)/x^3 * exp(x).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(x^3))))
CROSSREFS
Sequence in context: A337750 A093622 A089137 * A362338 A098498 A159241
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Apr 24 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 25 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)