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

%I #16 Mar 22 2024 06:47:38

%S 3,10,1,61,16,2,3,3,5,6,171,2,4,5,4,1,2,1,1,3,1,1,3,22,1,13,1,17,3,2,

%T 1,3,1,1,1,4,6,1,3,2,2,1,2,1,8,2,25,5,12,1,1,1,2,1,7,3,2,1,4,4,1,17,1,

%U 66,1,2,37,1,3,3,5,1,14,1

%N Continued fraction for log(22).

%H Harry J. Smith, <a href="/A016450/b016450.txt">Table of n, a(n) for n = 1..20000</a>

%e 3.091042453358315853479175... = 3 + 1/(10 + 1/(1 + 1/(61 + 1/(16 + ...)))). - _Harry J. Smith_, May 17 2009

%t ContinuedFraction[Log[22], 100] (* _Paolo Xausa_, Mar 22 2024 *)

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

%Y Cf. A016645 Decimal expansion. - _Harry J. Smith_, May 17 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 24 06:03 EDT 2024. Contains 371918 sequences. (Running on oeis4.)