The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016498 Continued fraction for log(70). 2

%I #13 Jan 10 2021 12:37:29

%S 4,4,41,3,1,1,25,10,7,1,1,4,3,1,2,2,5,2,1,1,3,2,1,1,12,1,1,1,1,1,39,1,

%T 1,1,22,1,24,4,13,4,1,1,1,106,1,1,10,22,1,1,2,4,3,1,5,1,8,5,1,1,152,1,

%U 15,1,3,1,6,2,1,2,1,2,116

%N Continued fraction for log(70).

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

%e 4.24849524204935898912334419... = 4 + 1/(4 + 1/(41 + 1/(3 + 1/(1 + ...)))). - _Harry J. Smith_, May 23 2009

%t ContinuedFraction[Log[70],100] (* _Harvey P. Dale_, Jan 10 2021 *)

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

%Y Cf. A016693 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 May 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)