login
A386927
Continued fraction of BesselI(2, 2 * sqrt(2)).
1
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
0,3
EXAMPLE
1 + 1/(1 + 1/(6 + 1/(...))) = 1.857517...
MATHEMATICA
ContinuedFraction[BesselI[2, 2 Sqrt[2]] , 100]
PROG
(PARI) contfrac(besseli(2, 2*sqrt(2))) \\ Amiram Eldar, Aug 08 2025
CROSSREFS
Cf. A386710 (decimal expansion).
Sequence in context: A360175 A221413 A145003 * A248369 A097645 A153333
KEYWORD
nonn,cofr
AUTHOR
Kelvin Voskuijl, Aug 08 2025
EXTENSIONS
Offset set to 0 by Andrew Howroyd, Nov 20 2025
STATUS
approved