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

%I #14 Jul 25 2021 13:05:37

%S 3,1,1,1,6,3,1,1,1,5,3,1,1,96,1,1,2,2,3,2,3,2,32,1,1,1,10,7,2,8,2,5,

%T 11,1,1,2,3,1,3,1,6,5,11,2,6,3,3,1,1,3,1,2,1,1,2,2,8,3,1,2,1,1,1,5,6,

%U 1,4,3,187,1,3,1,6,1,1,1,6,3

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

%H Harry J. Smith, <a href="/A016566/b016566.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.650658241293738539750064199... = 3 + 1/(1 + 1/(1 + 1/(1 + 1/(6 + ...)))). - _Harry J. Smith_, May 29 2009

%t ContinuedFraction[Log[77/2],100] (* _Harvey P. Dale_, Jul 25 2021 *)

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

%Y Cf. A016615 Decimal expansion. - _Harry J. Smith_, May 29 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 May 5 01:52 EDT 2024. Contains 372257 sequences. (Running on oeis4.)