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!)
A362305 a(n) = n! * Sum_{k=0..floor(n/3)} (-n)^k * binomial(n-2*k,k)/(n-2*k)!. 4
1, 1, 1, -17, -95, -299, 12241, 122011, 642433, -41645015, -597247199, -4407324569, 390913189921, 7315513279933, 69439658097265, -7816418805235949, -180448412456686079, -2093964182367814319, 285679499679525805633, 7844019340520912230495 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = A362302(n,6*n).
a(n) = n! * [x^n] exp(x - n*x^3).
E.g.f.: exp( ( LambertW(3*x^3)/3 )^(1/3) ) / (1 + LambertW(3*x^3)).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp((lambertw(3*x^3)/3)^(1/3))/(1+lambertw(3*x^3))))
CROSSREFS
Sequence in context: A253259 A119783 A199042 * A264211 A094407 A131204
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 15 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 August 27 01:48 EDT 2024. Contains 375462 sequences. (Running on oeis4.)