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

%I #15 Mar 28 2024 10:54:32

%S 4,3,2,3,1,6,1,4,1,5,1,1,1,3,1,1,2,4,1,1,1,1,2,32,1,1,1,6,1,3,1,2,1,1,

%T 2,1,1,1,11,1,5,2,27,4,1,1,1,1,5,1,24,2,3,2,2,5,3,2,3,4,2,1,2,6,2,1,2,

%U 1,1,2,1,2,1,2,1,1,1,72,3,1

%N Continued fraction for log(73).

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

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

%t ContinuedFraction[Log[73], 100] (* _Paolo Xausa_, Mar 28 2024 *)

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

%Y Cf. A016696 (decimal expansion).

%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 April 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)