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

%I #15 Apr 02 2024 07:23:42

%S 2,1,2,14,1,1,14,13,1,86,1,19,1,5,1,1,1,5,1,2,1,1,9,1,16,1,35,7,1,2,1,

%T 1,8,1,5,4,3,2,1,1,1,7,12,12,3,1,4,2,1,1,3,2,1,4,1,3,7,1,1,1,1,4,3,1,

%U 22,1,238,2,13,1,5,1,7,6,6,2

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

%H Harry J. Smith, <a href="/A016542/b016542.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 2.67414864942652871776603991... = 2 + 1/(1 + 1/(2 + 1/(14 + 1/(1 + ...)))). - _Harry J. Smith_, May 27 2009

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

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

%Y Cf. A016591 (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 21:21 EDT 2024. Contains 372203 sequences. (Running on oeis4.)