OFFSET
0,3
COMMENTS
First 4,851,389,025 terms computed by Eric W. Weisstein, Aug 07 2013.
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
G. J. Fee, Computation of Catalan's constant using Ramanujan's formula, in Proc. Internat. Symposium on Symbolic and Algebraic Computation (ISSAC '90). 1990, pp. 157-160.
Eric Weisstein's World of Mathematics, Catalan's Constant Continued Fraction
G. Xiao, Contfrac
EXAMPLE
C = 0.91596559417721901505... = 0 + 1/(1 + 1/(10 + 1/(1 + 1/(8 + ...))))
MATHEMATICA
ContinuedFraction[Catalan, 100] (* G. C. Greubel, Aug 23 2018 *)
PROG
(PARI) default(realprecision, 100); contfrac(Catalan) \\ G. C. Greubel, Aug 23 2018
(Magma) R:= RealField(100); ContinuedFraction(Catalan(R)); // G. C. Greubel, Aug 23 2018
CROSSREFS
Cf. A006752 (decimal expansion of Catalan's constant).
KEYWORD
nonn,cofr
AUTHOR
STATUS
approved