cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A298241 Decimal expansion of BesselI(1,2/3)/BesselI(0,2/3).

This page as a plain text file.
%I A298241 #13 Feb 16 2025 08:33:53
%S A298241 3,1,6,0,8,9,2,4,1,2,6,8,2,2,1,1,8,4,0,9,5,6,0,1,6,9,1,7,1,0,5,1,8,1,
%T A298241 1,4,7,6,6,8,6,2,9,2,7,0,0,7,0,4,1,8,2,0,7,3,9,5,4,0,0,7,3,4,7,3,2,4,
%U A298241 1,1,6,1,8,0,4,2,7,3,5,5,9,1,8,9,8,6,6,0,7,2,1,6,4,3,9,0,0,6,6,3,3,8,1,2,7,3,8,2,3,6
%N A298241 Decimal expansion of BesselI(1,2/3)/BesselI(0,2/3).
%H A298241 G. C. Greubel, <a href="/A298241/b298241.txt">Table of n, a(n) for n = 0..10000</a>
%H A298241 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ContinuedFractionConstants.html">Continued Fraction Constants</a>
%H A298241 <a href="/index/Be#Bessel">Index entries for sequences related to Bessel functions or polynomials</a>
%F A298241 Equals 1/(3 + 1/(6 + 1/(9 + 1/(12 + 1/(15 + 1/(18 + ...)))))).
%e A298241 0.3160892412682211840956016917105181147668629270070418207...
%t A298241 RealDigits[BesselI[1, 2/3]/BesselI[0, 2/3], 10, 110] [[1]]
%t A298241 RealDigits[Hypergeometric0F1[2, (2/3)^2/4] /(3 Gamma[2] Hypergeometric0F1[1, (2/3)^2/4]), 10, 110][[1]]
%o A298241 (PARI) besseli(1,2/3)/besseli(0,2/3) \\ _Michel Marcus_, Jul 03 2018
%Y A298241 Cf. A008585, A052119, A073744, A073747, A073821, A296168, A298242, A298243.
%K A298241 nonn,cons
%O A298241 0,1
%A A298241 _Ilya Gutkovskiy_, Jan 15 2018