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!)
A371041 E.g.f. satisfies A(x) = exp(x^2*A(x)^3) / (1-x). 0
1, 1, 4, 30, 348, 5460, 108480, 2609040, 73713360, 2393087760, 87791891040, 3591843726240, 162157925160000, 8007919490450880, 429418816003457280, 24849579630222547200, 1543505958412498080000, 102430107277414595078400, 7232759636684706937612800 (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( -3*x^2/(1-x)^3 ) / (-3*x^2))^(1/3).
a(n) = n! * Sum_{k=0..floor(n/2)} (3*k+1)^(k-1) * binomial(n+k,n-2*k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace((lambertw(-3*x^2/(1-x)^3)/(-3*x^2))^(1/3)))
(PARI) a(n) = n!*sum(k=0, n\2, (3*k+1)^(k-1)*binomial(n+k, n-2*k)/k!);
CROSSREFS
Sequence in context: A209440 A052316 A089918 * A132622 A218296 A118792
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 April 30 08:52 EDT 2024. Contains 372131 sequences. (Running on oeis4.)