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!)
A016737 Continued fraction for log(9). 2

%I #19 Sep 08 2022 08:44:41

%S 2,5,14,4,1,2,2,8,1,15,1,2,1,8,2,7,1,3,3,1,1,1,2,17,1,4,2,1,2,6,1,2,2,

%T 5,1,1,2,2,1,1,1,27,3,3,4,1,1,306,2,1,1,2,3,1,1,4,5,1,1,38,1,4,1,6,1,

%U 11,10,1,9,10,2,5,2,1,3,8,1

%N Continued fraction for log(9).

%H Harry J. Smith, <a href="/A016737/b016737.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.19722457733621938279049047... = 2 + 1/(5 + 1/(14 + 1/(4 + 1/(1 + ...)))). - _Harry J. Smith_, May 16 2009

%t ContinuedFraction[Log[9],120] (* _Harvey P. Dale_, May 21 2017 *)

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

%o (Magma) ContinuedFraction(2*Log(3)); // _G. C. Greubel_, Sep 15 2018

%Y Cf. A016632 Decimal expansion. - _Harry J. Smith_, May 16 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 12:55 EDT 2024. Contains 371913 sequences. (Running on oeis4.)