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!)
A363529 E.g.f. satisfies A(x) = exp(x * (1 + x * A(x)^4)). 4
1, 1, 3, 31, 409, 7361, 170251, 4732351, 154694961, 5814634753, 246946119571, 11698927124831, 611660759515081, 34984757221103041, 2173041881789331099, 145669007565799127551, 10482025117382045382241, 805892200757926620144641 (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( x - LambertW(-4*x^2*exp(4*x))/4 ).
a(n) = n! * Sum_{k=0..n} (4*n-4*k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(-4*x^2*exp(4*x))/4)))
CROSSREFS
Sequence in context: A136596 A186207 A014178 * A123818 A087591 A061053
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 17 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 May 17 03:05 EDT 2024. Contains 372577 sequences. (Running on oeis4.)