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!)
A362482 E.g.f. satisfies A(x) = exp(x - x^4 * A(x)^4). 3
1, 1, 1, 1, -23, -599, -8999, -104999, -868559, 5246641, 582598801, 21205760401, 571129277401, 11475082596121, 81837031796521, -7904119577117399, -596529385424263199, -28051840646006771999, -991870986521074646879, -21837506791918601443679 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp(x - LambertW(4*x^4 * exp(4*x))/4) = ( LambertW(4*x^4 * exp(4*x))/(4*x^4) )^(1/4).
a(n) = n! * Sum_{k=0..floor(n/4)} (-1)^k * (4*k+1)^(n-3*k-1) / (k! * (n-4*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(4*x^4*exp(4*x))/4)))
CROSSREFS
Sequence in context: A015696 A106538 A203102 * A294995 A142750 A202667
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 21 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 June 25 19:27 EDT 2024. Contains 373707 sequences. (Running on oeis4.)