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

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

%S 4,5,3,1,1,1,690,18,2,5,4,1,20,4,5,2,3,1,1,1,1,4,1,46,11,10,1,2,3,1,4,

%T 1,2,3,1,52,1,2,2,2,1,8,1,33,2,13,1,6,2,3,1,3,1,4,18,1,6,1,25,1,1,123,

%U 2,1,2,1,4,1,8,12,38,1,3,3

%N Continued fraction for log(66).

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

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

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

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

%Y Cf. A016689 (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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)