%I #17 May 15 2019 02:59:15
%S 3,6,5,0,6,5,8,2,4,1,2,9,3,7,3,8,5,3,9,7,5,0,0,6,4,1,9,9,9,5,0,1,3,2,
%T 4,6,1,3,8,3,2,9,1,4,4,9,1,5,9,0,2,3,1,0,9,5,5,7,2,7,7,8,4,9,5,7,4,7,
%U 5,9,8,6,4,6,9,5,6,1,1,2,6,5,2,5,6,8,4,9,8,7,9,5,9,4,0,8,7,6,3
%N Decimal expansion of log(77/2).
%H Harry J. Smith, <a href="/A016615/b016615.txt">Table of n, a(n) for n = 1..20000</a>
%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e 3.650658241293738539750064199950132461383291449159023109557277849574759....
%t RealDigits[Log[77/2], 10, 120][[1]] (* _Vincenzo Librandi_, Jun 21 2015 *)
%o (PARI) default(realprecision, 20080); x=log(77/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016615.txt", n, " ", d)); \\ _Harry J. Smith_, May 29 2009
%Y Cf. A016566 (continued fraction).
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_