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

%I #14 Jun 24 2021 18:30:11

%S 3,1,6,5,1,1,4,1,5,11,1,1,3,1,2,1,2,1,1,1,19,2,1,1,1,3,2,8,5,1,1,1,1,

%T 4,6,1,1,2,191,4,1,14,1,1,1,1,17,2,4,9,1,2,2,3,1,31,2,2,1,3,3,1,21,

%U 101,2,1,1,1,3,2,2,7,6,2,6,14

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

%H Harry J. Smith, <a href="/A016575/b016575.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.860729711040595525192554643... = 3 + 1/(1 + 1/(6 + 1/(5 + 1/(1 + ...)))). - _Harry J. Smith_, May 30 2009

%t ContinuedFraction[Log[95/2],100] (* _Harvey P. Dale_, Jun 24 2021 *)

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

%Y Cf. A016624 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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)