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”).

A298242
Decimal expansion of BesselI(1,1/2)/BesselI(0,1/2).
6
2, 4, 2, 4, 9, 9, 6, 1, 2, 5, 8, 0, 8, 0, 1, 9, 4, 5, 3, 5, 0, 7, 0, 2, 3, 5, 3, 5, 0, 3, 6, 3, 5, 4, 0, 7, 4, 1, 2, 2, 6, 6, 0, 4, 4, 8, 6, 5, 9, 4, 5, 5, 9, 6, 6, 7, 2, 5, 5, 8, 9, 4, 4, 7, 5, 6, 3, 9, 4, 6, 3, 3, 9, 8, 1, 3, 8, 3, 1, 0, 5, 8, 2, 6, 0, 3, 1, 7, 1, 1, 5, 1, 4, 4, 6, 7, 5, 1, 1, 0, 1, 2, 7, 6, 7, 9, 8, 5, 0, 7
OFFSET
0,1
FORMULA
Equals 1/(4 + 1/(8 + 1/(12 + 1/(16 + 1/(20 + 1/(24 + ...)))))).
EXAMPLE
0.2424996125808019453507023535036354074122660448659455966...
MATHEMATICA
RealDigits[BesselI[1, 1/2]/BesselI[0, 1/2], 10, 110] [[1]]
RealDigits[Hypergeometric0F1[2, (1/2)^2/4]/(4 Gamma[2] Hypergeometric0F1[1, (1/2)^2/4]), 10, 110][[1]]
PROG
(PARI) besseli(1, 1/2)/besseli(0, 1/2) \\ Michel Marcus, Jul 03 2018
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Jan 15 2018
STATUS
approved