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!)
A016495 Continued fraction for log(67). 2

%I #13 May 23 2021 19:58:19

%S 4,4,1,7,1,2,1,1,1,1,1,9,1,4,3,1,5,4,1,80,2,2,1,9,1,5,6,1,2,2,2,12,1,

%T 1,1,1,2,1,5,1,4,1,1,5,1,1,3,12,2,3,1,1,2,1,14,5,7,2,2,1,1,1,3,25,1,3,

%U 4,5,22,2,1,2,1,2,1,1,66,12

%N Continued fraction for log(67).

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

%e 4.204692619390966059670071996... = 4 + 1/(4 + 1/(1 + 1/(7 + 1/(1 + ...)))). - _Harry J. Smith_, May 23 2009

%t ContinuedFraction[Log[67],100] (* _Harvey P. Dale_, May 23 2021 *)

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

%Y Cf. A016690 Decimal expansion. - _Harry J. Smith_, May 23 2009

%K nonn,cofr

%O 1,1

%A _N. J. A. Sloane_

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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)