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!)
A362671 E.g.f. satisfies A(x) = exp( x * exp(x) / A(x)^2 ). 2
1, 1, -1, 10, -111, 1716, -33755, 807738, -22782207, 740204776, -27226430739, 1118416240470, -50750734988063, 2521219487859372, -136098630522431499, 7932551567421395866, -496501182232557828735, 33214032504796887027408 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp( LambertW(2*x * exp(x))/2 ).
a(n) = Sum_{k=0..n} k^(n-k) * (-2*k+1)^(k-1) * binomial(n,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(lambertw(2*x*exp(x))/2)))
CROSSREFS
Sequence in context: A084031 A210507 A066275 * A344398 A046164 A322724
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 29 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 September 18 06:21 EDT 2024. Contains 375996 sequences. (Running on oeis4.)