OFFSET
1,2
COMMENTS
Equals 1+A052119.
LINKS
MathOverflow, Is any particular algebraic number known to have unbounded continued fraction coefficients?
Eric Weisstein's MathWorld, Continued Fraction Constant
Eric Weisstein's MathWorld, Continued Fraction
FORMULA
1 + I_1(2) / I_0(2), where I_n(x) gives the modified Bessel function of the first kind.
EXAMPLE
1.697774657964007982006790592551752599486658262998...
MATHEMATICA
FromContinuedFraction[Join[{1}, Range[50]]] // RealDigits[#, 10, 105]& // First
(* or *) 1+BesselI[1, 2]/BesselI[0, 2] // RealDigits[#, 10, 105]& // First
PROG
(PARI) 1+besseli(1, 2)/besseli(0, 2) \\ Charles R Greathouse IV, Oct 23 2023
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Sep 25 2014
STATUS
approved