login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A087138
Expansion of (1-sqrt(1-4*log(1+x)))/2.
4
1, 1, 8, 64, 824, 12968, 252720, 5789712, 153169440, 4589004192, 153643615872, 5684390364288, 230307823878144, 10141452865049088, 482259966649655808, 24630247225278881280, 1344614199041549399040, 78137673004382654223360
OFFSET
1,3
FORMULA
a(n) = Sum_{k=1..n} Stirling1(n, k)*k!*Catalan(k-1).
a(n) ~ n! / (2*exp(1/8)*sqrt(Pi) * (exp(1/4)-1)^(n-1/2) * n^(3/2)). - Vaclav Kotesovec, May 03 2015
From Seiichi Manyama, Sep 09 2024: (Start)
E.g.f. satisfies A(x) = (log(1 + x)) / (1 - A(x)).
E.g.f.: Series_Reversion( exp(x * (1 - x)) - 1 ). (End)
MATHEMATICA
Rest[CoefficientList[Series[(1-Sqrt[1-4*Log[1+x]])/2, {x, 0, 20}], x] * Range[0, 20]!] (* Vaclav Kotesovec, May 03 2015 *)
PROG
(PARI) x='x+O('x^50); Vec(serlaplace((1-sqrt(1-4*log(1+x)))/2)) \\ G. C. Greubel, May 24 2017
KEYWORD
nonn,changed
AUTHOR
Vladeta Jovovic, Oct 18 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 22 11:20 EDT 2024. Contains 376110 sequences. (Running on oeis4.)