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

%I #14 Mar 27 2022 14:35:05

%S 3,1,1,4,59,3,1,1,1,1,2,3,19,17,6,1,5,1,1,1,34,1,11,72,3,1,2,1,5,2,2,

%T 2,2,14,2,16,1,1,5,11,3,1,3,4,5,2,3,1,2,1,2,10,3,1,22,1,22,1,10,1,41,

%U 2,1,18,10,1,9,1,6,1,4,11,3

%N Continued fraction for log(35).

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

%e 3.55534806148941367970611207... = 3 + 1/(1 + 1/(1 + 1/(4 + 1/(59 + ...)))). - _Harry J. Smith_, May 21 2009

%t ContinuedFraction[Log[35],90] (* _Harvey P. Dale_, Mar 27 2022 *)

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

%Y Cf. A016658 Decimal expansion. - _Harry J. Smith_, May 21 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 September 15 19:46 EDT 2024. Contains 375954 sequences. (Running on oeis4.)