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!)
A016547 Continued fraction for log(39/2). 2

%I #14 Jan 02 2016 00:28:08

%S 2,1,32,1,4,132,4,2,1,3,8,4,9,20,1,1,1,2,1,4,4,1,6,2,1,7,1,24,3,1,1,

%T 11,2,8,2,1,23,1,1,2,1,17,1,6,34,2,3,1,39,2,4,1,10,9,1,5,1,33,2,4,1,4,

%U 2,2,1,14,1,2,2,1,1,5,1,1,5

%N Continued fraction for log(39/2).

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

%H G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>

%e 2.97041446556970111803150055... = 2 + 1/(1 + 1/(32 + 1/(1 + 1/(4 + ...)))). - _Harry J. Smith_, May 27 2009

%t ContinuedFraction[Log[39/2],90] (* _Harvey P. Dale_, Oct 20 2012 *)

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

%Y Cf. A016596 Decimal expansion. - _Harry J. Smith_, May 27 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 April 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)