OFFSET
0,1
COMMENTS
For this limit, the number of decimal digits k determined by n continued fraction terms is defined by the magnitude of the approximation error: k is such that the absolute difference between the n-th convergent and the true value lies between 10^-(k+1) and 10^-k.
The limiting mean of the continued fraction with some number k being infinitely repeated is given by 1/(2*log_10((k+sqrt(k^2+4))/2)).
This constant is given by the smallest value of k for which the resulting mean is <1.
The limiting mean of the continued fraction for almost all other real numbers is given by the Lochs's constant A086819.
It is also the constant given by the value of k for which the resulting mean is the closest to the Lochs's constant.
LINKS
Wikipedia, Lochs's theorem.
FORMULA
Equals 1/(2*log_10((3+sqrt(13))/2)) = 1/log_10((11+3*sqrt(13))/2).
EXAMPLE
0.963615660273846395420468439246971336489...
MATHEMATICA
N[1 / Log10[(11 + 3Sqrt[13]) / 2], 120]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jwalin Bhatt, Feb 14 2026
STATUS
approved
