login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A247844 Decimal expansion of the value of the continued fraction [1; 1, 2, 3, 4, 5, ...]. 3
1, 6, 9, 7, 7, 7, 4, 6, 5, 7, 9, 6, 4, 0, 0, 7, 9, 8, 2, 0, 0, 6, 7, 9, 0, 5, 9, 2, 5, 5, 1, 7, 5, 2, 5, 9, 9, 4, 8, 6, 6, 5, 8, 2, 6, 2, 9, 9, 8, 0, 2, 1, 2, 3, 2, 3, 6, 8, 6, 3, 0, 0, 8, 2, 8, 1, 6, 5, 3, 0, 8, 5, 2, 7, 6, 4, 6, 4, 1, 1, 1, 2, 9, 9, 6, 9, 6, 5, 6, 5, 4, 1, 8, 2, 6, 7, 6, 5, 6, 8, 7, 2, 3, 9, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Equals 1+A052119.
LINKS
Eric Weisstein's MathWorld, Continued Fraction Constant
Eric Weisstein's MathWorld, Continued Fraction
FORMULA
1 + I_1(2) / I_0(2), where I_n(x) gives the modified Bessel function of the first kind.
EXAMPLE
1.697774657964007982006790592551752599486658262998...
MATHEMATICA
FromContinuedFraction[Join[{1}, Range[50]]] // RealDigits[#, 10, 105]& // First
(* or *) 1+BesselI[1, 2]/BesselI[0, 2] // RealDigits[#, 10, 105]& // First
PROG
(PARI) 1+besseli(1, 2)/besseli(0, 2) \\ Charles R Greathouse IV, Oct 23 2023
CROSSREFS
Sequence in context: A198135 A019813 A096767 * A052119 A021593 A371134
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)