login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A308744
Decimal expansion of BesselI(4/5,2/5)/BesselI(-1/5,2/5).
5
2, 4, 3, 2, 9, 4, 8, 2, 7, 1, 3, 9, 1, 6, 6, 6, 3, 9, 7, 7, 2, 9, 9, 5, 2, 3, 6, 3, 2, 1, 0, 9, 2, 0, 1, 5, 4, 6, 4, 9, 9, 1, 1, 3, 2, 0, 1, 2, 5, 7, 0, 1, 2, 7, 1, 1, 1, 5, 7, 7, 5, 8, 1, 6, 3, 9, 7, 3, 0, 9, 8, 9, 8, 1, 5, 4, 2, 1, 1, 1, 5, 9, 0, 1, 0, 9, 0, 6, 3, 6, 2, 4, 8, 1, 7, 8, 1, 1, 1, 8, 6, 7, 6, 9, 0, 0, 5, 2, 0, 6
OFFSET
0,1
FORMULA
Equals 1/(4 + 1/(9 + 1/(14 + 1/(19 + 1/(24 + 1/(29 + 1/(34 + 1/(39 + 1/(44 + 1/(49 + ...)))))))))).
EXAMPLE
0.243294827139166639772995236321092015464991132...
MATHEMATICA
RealDigits[BesselI[4/5, 2/5]/BesselI[-1/5, 2/5], 10, 110] [[1]]
PROG
(PARI) besseli(4/5, 2/5)/besseli(-1/5, 2/5) \\ Charles R Greathouse IV, Oct 23 2023
CROSSREFS
Cf. A016897 (continued fraction), A298243, A308739, A308740, A308741, A308742, A308743.
Sequence in context: A059908 A084936 A365052 * A216842 A099066 A021415
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Jun 21 2019
STATUS
approved