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

 


Continued fraction for log(17/2).
2

%I #14 Aug 06 2018 12:32:42

%S 2,7,7,5,1,9,1,1,2,11,4,1,1,3,1,1,14,1,2,3,1,4,1,8,2,1,1,2,2,1,1,1,2,

%T 6,2,51,1,1,25,1,2,18,1,1,3,3,3,1,1,2,3,1,3,8,5,1,2,6,14,1,9,3,1,1,7,

%U 2,1,2,33,1,1,2,3,2,1,4,2,1

%N Continued fraction for log(17/2).

%H Harry J. Smith, <a href="/A016536/b016536.txt">Table of n, a(n) for n = 1..20000</a>

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

%e 2.140066163496270770832302496... = 2 + 1/(7 + 1/(7 + 1/(5 + 1/(1 + ...)))). - _Harry J. Smith_, May 26 2009

%t ContinuedFraction[Log[17/2],120] (* _Harvey P. Dale_, Aug 06 2018 *)

%o (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(17/2)); for (n=1, 20000, write("b016536.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 26 2009

%Y Cf. A016585 Decimal expansion. - _Harry J. Smith_, May 26 2009

%K nonn,cofr

%O 1,1

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 23:55 EDT 2024. Contains 376078 sequences. (Running on oeis4.)