OFFSET
0,2
COMMENTS
Decimal expansion is A131915.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..9999
Mark B. Villarino, Ramanujan's Harmonic Number Expansion into Negative Powers of a Triangular Number, arXiv:0707.3950 [math.CA], 2007. Constant occurs in Theorem 6, formula (1.13), page 6.
FORMULA
Martin Fuller corrected a typo in the cited paper. It should be: ((12 * gamma) - 11 + (12 * log(2^0.5))) / (1 - gamma - log(2^0.5)) or more simply: 1 / (1 - gamma - log(2^0.5)) - 12.
EXAMPLE
1.1215093407... = 1 + 1/(8 + 1/(4 + 1/(2 + 1/(1 + 1/(5 + ...))))).
MATHEMATICA
ContinuedFraction[1/(1-EulerGamma-Log[Sqrt[2]])-12, 100] (* Harvey P. Dale, Oct 01 2015 *)
PROG
(PARI) contfrac(1/(1 - Euler - log(sqrt(2))) - 12) \\ Michel Marcus, Mar 11 2013
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); ContinuedFraction(1/(1 - EulerGamma(R) - Log(Sqrt(2))) - 12); // G. C. Greubel, Aug 29 2018
CROSSREFS
KEYWORD
cofr,easy,nonn
AUTHOR
Jonathan Vos Post, Jul 27 2007
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 10 2024
STATUS
approved