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

%I #16 Apr 05 2024 16:04:50

%S 3,1,9,4,1,31,1,1,5,7,4,2,6,2,1,5,14,2,4,1,1,3,1,22,2,3,2,2,2,1,12,2,

%T 1,1,1,1,1,2,6,2,2,4,1,7,2,1,9,27,2,1,14,6,1,4,6,2,48,2,7,17,10,1,1,4,

%U 2,2,2,2,5,7,1,19,1,1,1,2,9

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

%H Harry J. Smith, <a href="/A016577/b016577.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.901972669574644617435201930... = 3 + 1/(1 + 1/(9 + 1/(4 + 1/(1 + ...)))). - _Harry J. Smith_, May 30 2009

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

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

%Y Cf. A016626 (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 April 24 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)