A386927 Continued fraction of BesselI(2, 2 * sqrt(2)).
1, 1, 6, 54, 3, 2, 4, 3, 1, 140, 1, 5, 1, 1, 2, 4, 1, 1, 8, 3, 9, 87, 12, 2, 1, 2, 1, 5, 1, 14, 1, 1, 2, 2, 8, 11, 2, 2, 2, 2, 1, 3, 3, 1, 15, 1, 5, 1, 1, 1, 2, 8, 7, 4, 5, 1, 4, 1, 8, 7, 5, 1, 2, 1, 11, 4, 14, 2, 1, 1, 9, 5, 2, 2, 6, 1, 3, 24, 2, 3, 1, 4, 2, 7, 2, 14, 2, 3, 1, 13, 1, 1, 1, 2, 3, 2, 1, 6, 2
Offset: 1
Examples
1 + 1/(1 + 1/(6 + 1/(...))) = 1.857517...
Crossrefs
Cf. A386710 (decimal expansion).
Programs
-
Mathematica
ContinuedFraction[BesselI[2, 2 Sqrt[2]] , 100]
-
PARI
contfrac(besseli(2, 2*sqrt(2))) \\ Amiram Eldar, Aug 08 2025