A051008 Continued fraction expansion of sqrt(2*log(2)).
1, 5, 1, 1, 1, 3, 27, 1, 1, 1, 1, 24, 1, 3, 1, 24, 1, 6, 1, 8, 1, 11, 1, 3, 1079, 1, 3, 1, 1, 6, 1, 3, 10, 167, 1, 5, 1, 1, 2, 4, 6, 2, 1, 3, 2, 1, 2, 2, 9, 4, 5, 1, 20, 1, 3, 1, 2, 1, 19, 12, 4, 2, 1, 2, 4, 46, 2, 3, 20, 2, 1, 1, 2, 1, 5, 1, 1, 1, 1, 1, 1, 2, 3, 2, 6, 1, 2, 1, 13, 12, 4, 2, 1, 2, 19, 2, 1
Offset: 0
Examples
1.177410022515474691011569326... = 1 + 1/(5 + 1/(1 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, Sep 20 2009
Links
Crossrefs
Cf. A064619 (decimal expansion).
Programs
-
Magma
SetDefaultRealField(RealField(150)); ContinuedFraction(Sqrt(2*Log(2))); // G. C. Greubel, Aug 16 2018
-
Mathematica
ContinuedFraction[Sqrt[2Log[2]],100] (* Harvey P. Dale, Aug 10 2011 *)
-
PARI
{ allocatemem(932245000); default(realprecision, 21000); x=contfrac(sqrt(2*log(2))); for (n=1, 20000, write("b051008.txt", n-1, " ", x[n])) } \\ Harry J. Smith, Sep 20 2009
Extensions
Offset changed by Andrew Howroyd, Aug 03 2024