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

%I #14 Aug 18 2016 11:57:54

%S 3,1,7,2,3,1,10,1,1,1,6,1,5,32,2,1,1,10,1,3,1,1,2,3,1,32,1,1,3,18,1,3,

%T 2,1,8,1,3,1,60,1,1,1,2,6,2,1,4,1,159,1,3,1,1,1,1,1,1,8,1,52,1,1,2,29,

%U 1,2,22,5,11,3,3,2,1,1,4,2

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

%H Harry J. Smith, <a href="/A016576/b016576.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.881563797943437512699489500... = 3 + 1/(1 + 1/(7 + 1/(2 + 1/(3 + ...)))). - _Harry J. Smith_, May 30 2009

%t ContinuedFraction[Log[97/2],100] (* _Harvey P. Dale_, Aug 18 2016 *)

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

%Y Cf. A016625 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 March 29 06:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)