OFFSET
1,2
COMMENTS
The constant represents the mean information density per continued fraction term for continued fraction terms satisfying the Gauss-Kuzmin distribution in bits per term, i.e., for a finite continued fraction (fractional, n/d), the denominator d has approximately (1/12)*(Pi/log(2))^2*t binary digits are obtained correctly, where t is the number of terms.
For infinite continued fractions satisfying Gauss-Kuzmin distribution, about 2*(1/12)*(Pi/log(2))^2*t binary digits are obtained correctly from the first t continued fraction terms.
Note that A240995 represents the mean information density in decimal digits per term.
EXAMPLE
1.71185737126865169874676283878247783620154351162446786...
MATHEMATICA
RealDigits[(Pi/Log@2)^2/12, 10, 111][[1]] (* Robert G. Wilson v, Jun 13 2018 *)
PROG
(PARI) (Pi/log(2))^2/12 \\ Michel Marcus, Jul 03 2018
CROSSREFS
KEYWORD
AUTHOR
A.H.M. Smeets, Jun 05 2018
STATUS
approved