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

%I #16 Apr 02 2024 20:13:01

%S 3,5,29,1,17,2,7,5,1,8,9,20,1,2,1,1,1,2,4,1,4,1,4,3,1,1,1,3,1,1,1,1,5,

%T 1,22,2,2,31,2,41,1,1,1,1,2,1,7,6,3,2,3,2,1,3,1,8,1,4,1,1,1,4,20,1,1,

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

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

%H Harry J. Smith, <a href="/A016552/b016552.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.1986731175506813007934733... = 3 + 1/(5 + 1/(29 + 1/(1 + 1/(17 + ...)))). - _Harry J. Smith_, May 28 2009

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

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

%Y Cf. A016601 (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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)