The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371040 E.g.f. satisfies A(x) = exp(x^3*A(x)^2) / (1-x). 0
1, 1, 2, 12, 96, 840, 9720, 143640, 2399040, 45239040, 976752000, 23537606400, 621444700800, 17936155036800, 562855739846400, 19038932398886400, 690456599575142400, 26748823900403404800, 1102407824344284057600, 48147134965603914240000 (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.: sqrt(LambertW( -2*x^3/(1-x)^2 ) / (-2*x^3)).
a(n) = n! * Sum_{k=0..floor(n/3)} (2*k+1)^(k-1) * binomial(n-k,n-3*k)/k!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(sqrt(lambertw(-2*x^3/(1-x)^2)/(-2*x^3))))
(PARI) a(n) = n!*sum(k=0, n\3, (2*k+1)^(k-1)*binomial(n-k, n-3*k)/k!);
CROSSREFS
Sequence in context: A239838 A306258 A052691 * A292419 A322543 A213422
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 09 2024
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 16 08:15 EDT 2024. Contains 372549 sequences. (Running on oeis4.)