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

%I #16 Apr 05 2024 13:07:12

%S 3,1,1,1,1,1,23,12,11,1,15,2,15,1,1,1,1,12,1,1,1,6,2,1,2,3,1,18,1,1,3,

%T 65,26,3,3,3,1,3,101,1,1,9,1,2,3,5,1,12,2,16,1,10,1,24,5,1,1,2,3,2,6,

%U 2,10,18,1,1,2,1,25,4,1,2

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

%H Harry J. Smith, <a href="/A016565/b016565.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.624340932976365131179531781... = 3 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, May 29 2009

%t ContinuedFraction[Log[75/2], 100] (* _Paolo Xausa_, Apr 05 2024 *)

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

%Y Cf. A016614 (decimal expansion).

%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 May 2 07:19 EDT 2024. Contains 372178 sequences. (Running on oeis4.)