OFFSET
1,1
COMMENTS
The terms of the continued fraction representation of this constant (2.126671411...) are the decimal digits of e.
When trying to recover the digits of e from this continued fraction, one gets 2, 7, 1, 8, 2, 8, 1, 8, 2, 8, 4, 5, 13, 5, ... whereas e is 2.718281828459045...; recovered "digits" (sometimes greater than 9) that do not match the actual decimal digits of e occur around places where the actual digits include a 0. E.g., the "904" substring in the actual digits of e results in a recovered "digit" of 9+4 = 13. - Michel Marcus and Jon E. Schoenfield, Mar 16 2018
EXAMPLE
2.126671411...
MATHEMATICA
RealDigits[ FromContinuedFraction[ RealDigits[E, 10, 125][[1]]], 10, 111][[1]]
CROSSREFS
KEYWORD
AUTHOR
Robert G. Wilson v, May 26 2004
STATUS
approved