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!)
A362491 E.g.f. satisfies A(x) = exp(x + x^4/4 * A(x)^4). 4
1, 1, 1, 1, 7, 151, 2251, 26251, 273841, 3281041, 61021801, 1518719401, 38199828151, 905801252071, 21398411003971, 560160675014851, 17260034904184801, 596005144436100001, 21359751419836426321, 773082506262449261521, 28839945213850125032551 (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(-x^4 * exp(4*x))/4) = ( -LambertW(-x^4 * exp(4*x))/x^4 )^(1/4).
a(n) = n! * Sum_{k=0..floor(n/4)} (1/4)^k * (4*k+1)^(n-3*k-1) / (k! * (n-4*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(-x^4*exp(4*x))/4)))
CROSSREFS
Sequence in context: A364845 A339582 A232446 * A202558 A159659 A100868
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 22 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 21 02:54 EDT 2024. Contains 373535 sequences. (Running on oeis4.)