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

%I #15 Mar 27 2024 16:44:23

%S 4,5,1,2,1,3,4,21,22,2,4,1,2,1,2,1,1,1,1,3,22,2,1,4,4,2,2,1,1,1,278,5,

%T 1,7,2,1,1,1,4,6,22,4,2,5,1,43,1,1,8,1,22,19,2,64,1,17,2,3,3,2,1,1,2,

%U 19,5,9,2,2,2,13,1,8,1,1,1,2

%N Continued fraction for log(65).

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

%e 4.174387269895637110654246774... = 4 + 1/(5 + 1/(1 + 1/(2 + 1/(1 + ...)))). - _Harry J. Smith_, May 22 2009

%t ContinuedFraction[Log[65], 100] (* _Paolo Xausa_, Mar 27 2024 *)

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

%Y Cf. A016688 (decimal expansion).

%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 23 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)