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

%I #13 Mar 25 2016 17:48:04

%S 4,3,6,1,2,8,1,2,1,1,23,1,28,7,1,55,1,5,2,2,1,45,1,2,2,6,1,7,2,2,1,5,

%T 46,1,53,2,2,12,3,2,30,1,1,1,1,2,1,6,3,8,2,2,1,5,3,1,1,31,3,1,441,3,3,

%U 1,2,1,3,2,1,1,4,2,1,4,53

%N Continued fraction for log(75).

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

%e 4.317488113536310440596763903... = 4 + 1/(3 + 1/(6 + 1/(1 + 1/(2 + ...)))). - _Harry J. Smith_, May 24 2009

%t ContinuedFraction[Log[75],100] (* _Harvey P. Dale_, Mar 25 2016 *)

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

%Y Cf. A016698 Decimal expansion. - _Harry J. Smith_, May 24 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 6 00:26 EDT 2024. Contains 375701 sequences. (Running on oeis4.)