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

%I #14 Jan 02 2016 00:23:55

%S 3,1,5,4,2,1,2,7,4,1,1,12,22,1,2,2,6,16,10,1,2,129,1,1,7,1,96,1,2,3,8,

%T 1,2,1,5,5,4,1,7,2,1,1,406,1,18,1,1,2,1,17,1,2,3,15,1,1,1,1,3,6,1,1,

%U 20,1,1,1,1,5,1,11,1,1,1,1

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

%H Harry J. Smith, <a href="/A016574/b016574.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 3.839452312593310627907177440... = 3 + 1/(1 + 1/(5 + 1/(4 + 1/(2 + ...)))). - _Harry J. Smith_, May 30 2009

%t ContinuedFraction[Log[93/2],80] (* _Harvey P. Dale_, Jul 13 2013 *)

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

%Y Cf. A016623 Decimal expansion. - _Harry J. Smith_, May 30 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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)