login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A362523 a(n) = n! * Sum_{k=0..floor(n/3)} (k+1)^(k-1) / (k! * (n-3*k)!). 4
1, 1, 1, 7, 25, 61, 1201, 7771, 30577, 1058905, 9904321, 53722351, 2708688841, 33126146197, 228967340785, 15262865820931, 230517745701601, 1936173471789361, 161021598306402817, 2894434429492525015, 28614958982310290041
(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: A118396 A330044 A193375 * A362348 A185787 A299273
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Apr 23 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 14:24 EDT 2024. Contains 376000 sequences. (Running on oeis4.)