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

%I #13 Dec 24 2015 23:35:14

%S 3,1,13,1,2,68,1,59,4,9,3,1,1,3,1,17,1,2,4,4,1,4,1,1,2,3,1,9,4,5,1,1,

%T 21,186,1,1,15,1,8,25,1,1,1,1,107,163,1,2,1,1,2,9,10,2,2,4,1,1,121,1,

%U 2,19,1,2,1,47,1,2,2,1,3,4,6

%N Continued fraction for log(51).

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

%e 3.93182563272432577164477985... = 3 + 1/(1 + 1/(13 + 1/(1 + 1/(2 + ...)))). - _Harry J. Smith_, May 21 2009

%t ContinuedFraction[Log[51],80] (* _Harvey P. Dale_, Jan 28 2014 *)

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

%Y Cf. A016674 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 July 19 05:59 EDT 2024. Contains 374389 sequences. (Running on oeis4.)