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!)
A087152 Expansion of (1-sqrt(1-4*log(1+x)))/log(1+x)/2. 3
1, 3, 20, 194, 2554, 42226, 843744, 19769256, 531768120, 16152296424, 546895099200, 20425461026736, 834215500905552, 36988602430554576, 1769524998544143360, 90851799797294235264, 4982968503277896871296 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} Stirling1(n, k)*k!*Catalan(k).
a(n) ~ 2*n! / (exp(1/8)*sqrt(Pi) * (exp(1/4)-1)^(n-1/2) * n^(3/2)). - Vaclav Kotesovec, May 03 2015
MATHEMATICA
Rest[CoefficientList[Series[(1-Sqrt[1-4*Log[1+x]])/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)))/log(1+x)/2 - 1)) \\ G. C. Greubel, May 24 2017
CROSSREFS
Sequence in context: A108206 A349959 A120485 * A158833 A296715 A054361
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Oct 18 2003
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 April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)