OFFSET
1,1
COMMENTS
Continued fraction expansion is given in A131918.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
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 7 (DeTemple-Wang), formula (1.14), page 6.
FORMULA
Equals (54 log(3/2) + 54 gamma - 53)/(1 - log(3/2) - gamma) = 1 / (1 - gamma - log(3/2)) - 54, where Martin Fuller simplifies the constant which Villarino showed was implicitly given by DeTemple and Wang.
EXAMPLE
3.739297519451184207366332869686151725662636854564...
MATHEMATICA
RealDigits[1/(1 - EulerGamma - Log[3/2]) - 54, 10, 100][[1]] (* G. C. Greubel, Aug 29 2018 *)
PROG
(PARI) 1/(1 - Euler - log(3/2)) - 54 \\ Michel Marcus, Mar 11 2013
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); 1/(1 - EulerGamma(R) - Log(3/2)) - 54; // G. C. Greubel, Aug 29 2018
CROSSREFS
KEYWORD
AUTHOR
Jonathan Vos Post, Jul 27 2007
STATUS
approved