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!)
A365055 E.g.f. satisfies A(x) = exp( x * (1+x/2) * A(x)^3 ). 4
1, 1, 8, 121, 2818, 89006, 3559504, 172489948, 9825889532, 643567980808, 47654835126436, 3936868360416476, 358990055621209984, 35816155847478234424, 3880967272702222156952, 453886307361640406266456, 56985342864303337121933584, 7644651551838264804179619200 (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.: exp( -LambertW(-3*x * (1+x/2))/3 ).
a(n) = n! * Sum_{k=0..n} (1/2)^(n-k) * (3*k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-3*x*(1+x/2))/3)))
CROSSREFS
Cf. A363478.
Sequence in context: A298997 A299664 A243942 * A196651 A197456 A196341
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 19 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 July 18 09:18 EDT 2024. Contains 374378 sequences. (Running on oeis4.)