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

%I #15 Mar 22 2024 15:44:14

%S 3,1,1,8,1,61,36,1,6,1,5,1,116,1,5,1,6,1,4,1,1,2,1,1,7,68,5,1,2,1,5,1,

%T 2,1,2,17,1,2,4,1,1,1,4,2,9,5,3,11,1,3,1,4,2,1,1,2,2,7,1,1,1,3,33,1,

%U 10,5,2,1,3,1,1,135,1,1,1,2

%N Continued fraction for log(34).

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

%e 3.526360524616161389666766739... = 3 + 1/(1 + 1/(1 + 1/(8 + 1/(1 + ...)))). - _Harry J. Smith_, May 20 2009

%t ContinuedFraction[Log[34], 100] (* _Paolo Xausa_, Mar 22 2024 *)

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

%Y Cf. A016657 Decimal expansion. - _Harry J. Smith_, May 20 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 August 12 07:33 EDT 2024. Contains 375085 sequences. (Running on oeis4.)