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

%I #15 Mar 22 2024 15:43:54

%S 3,2,71,12,61,1,5,12,1,5,6,6,1,9,1,1,4,1,997,1,1,1,1,8,7,8,5,1,1,1,1,

%T 4,1,1,1,1,4,1,2,53,1,3,2,3,2,1,1,1,1,82,1,1,2,2,6,3,260,1,1,6,1,3,24,

%U 4,1,3,6,1,4,2,1,3,1,11,2

%N Continued fraction for log(33).

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

%e 3.496507561466480235457188... = 3 + 1/(2 + 1/(71 + 1/(12 + 1/(61 + ...)))). - _Harry J. Smith_, May 20 2009

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

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

%Y Cf. A016656 Decimal expansion. - _Harry J. Smith_, May 20 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)