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!)
A365040 E.g.f. satisfies A(x) = exp(x * (1 + x)/A(x)^3). 2
1, 1, -3, 34, -623, 15636, -499277, 19382686, -886663647, 46716323752, -2786249779829, 185574001203834, -13652735530485647, 1099602989008154476, -96230900016000250269, 9092834662610587023286, -922622745817066477888703, 100054409045940667152740304 (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))/3 ).
a(n) = n! * Sum_{k=0..n} (-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))/3)))
CROSSREFS
Cf. A361069.
Sequence in context: A317653 A143638 A262673 * A126753 A047794 A332679
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Aug 18 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 13 02:50 EDT 2024. Contains 374265 sequences. (Running on oeis4.)