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”).
%I #7 Oct 23 2023 09:36:55
%S 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,
%T 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,
%U 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
%N Decimal expansion of BesselI(4/5,2/5)/BesselI(-1/5,2/5).
%H <a href="/index/Be#Bessel">Index entries for sequences related to Bessel functions or polynomials</a>
%F Equals 1/(4 + 1/(9 + 1/(14 + 1/(19 + 1/(24 + 1/(29 + 1/(34 + 1/(39 + 1/(44 + 1/(49 + ...)))))))))).
%e 0.243294827139166639772995236321092015464991132...
%t RealDigits[BesselI[4/5, 2/5]/BesselI[-1/5, 2/5], 10, 110] [[1]]
%o (PARI) besseli(4/5,2/5)/besseli(-1/5,2/5) \\ _Charles R Greathouse IV_, Oct 23 2023
%Y Cf. A016897 (continued fraction), A298243, A308739, A308740, A308741, A308742, A308743.
%K nonn,cons
%O 0,1
%A _Ilya Gutkovskiy_, Jun 21 2019