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

%I #11 Dec 24 2015 23:31:14

%S 4,3,42,2,2,21,1,1,6,1,15,3,2,1,2,1,1,2,2,1,4,1,3,5,1,2,1,8,1,2,1,1,1,

%T 1,2,4,7,1,2,1,1,2,3,1,3,2,7,17,3,1,19,1,1,2,9,5,1,5,1,1,1,19,1,2,9,1,

%U 2,3,2,1,3,88,1,13,3,1,3,9

%N Continued fraction for log(76).

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

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

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

%Y Cf. A016699 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 March 28 08:02 EDT 2024. Contains 371236 sequences. (Running on oeis4.)