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!)
A051149 Continued fraction for BesselK(1,2)/BesselK(0,2). 4

%I #13 Sep 07 2018 17:01:44

%S 1,4,2,1,1,2,8,1,6,1,4,2,1,8,1,1,7,1,6,4,2,1,6,1,1,2,1,1,1,2,5,1,3,3,

%T 1,3,1,8,1,1,1,1,1,2,3,8,3,29,1,7,1,57,1,121,2,14,2,8,1,1,16,1,3,1,5,

%U 1,5,1,4,17,1,5,6,1,3,2,9,7,1,4,4,1,1,16,3,5,2,1,2,1

%N Continued fraction for BesselK(1,2)/BesselK(0,2).

%H Harry J. Smith, <a href="/A051149/b051149.txt">Table of n, a(n) for n = 0..2000</a>

%H G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>

%H <a href="/index/Be#Bessel">Index entries for sequences related to Bessel functions or polynomials</a>

%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>

%e 1.228036929818907975742672452...

%e BesselK(1,2)/BesselK(0,2) = 1 + 1/(4 + 1/(2 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, Apr 29 2009

%t ContinuedFraction[BesselK[1,2]/BesselK[0,2],90] (* _Harvey P. Dale_, Sep 07 2018 *)

%o (PARI) { allocatemem(932245000); default(realprecision, 2100); x=contfrac(besselk(1,2)/besselk(0,2)); for (n=1, 2001, write("b051149.txt", n-1, " ", x[n])); } \\ _Harry J. Smith_, Apr 29 2009

%Y Cf. A051148, A000994, A000995.

%K nonn,cofr

%O 0,2

%A _N. J. A. Sloane_, E. M. Rains

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 May 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)