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!)
A362473 E.g.f. satisfies A(x) = exp(x + x^4 * A(x)^4). 3
1, 1, 1, 1, 25, 601, 9001, 105001, 1231441, 24146641, 740098801, 22443260401, 607394284201, 16102368745321, 497289446373721, 19072987370400601, 806135144596672801, 33945128330918599201, 1426006261391514829921, 63478993000497055809121 (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)} (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: A170658 A170706 A170744 * A218727 A264209 A307145
KEYWORD
nonn
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 17:15 EDT 2024. Contains 373706 sequences. (Running on oeis4.)