%I #17 May 15 2019 02:59:24
%S 3,6,7,6,3,0,0,6,7,1,9,0,7,0,7,6,1,8,4,7,5,5,7,1,3,4,2,0,0,2,3,2,3,4,
%T 3,5,4,0,9,8,0,4,1,0,9,0,0,6,2,3,5,4,3,7,1,2,9,1,4,9,1,1,0,8,0,6,6,4,
%U 1,2,4,3,9,1,5,4,7,3,7,5,6,2,5,4,0,0,7,7,0,3,8,7,7,7,6,6,0,9,1
%N Decimal expansion of log(79/2).
%H Harry J. Smith, <a href="/A016616/b016616.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.676300671907076184755713420023234354098041090062354371291491108066412....
%t RealDigits[Log[79/2], 10, 120][[1]] (* _Vincenzo Librandi_, Jun 21 2015 *)
%o (PARI) default(realprecision, 20080); x=log(79/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016616.txt", n, " ", d)); \\ _Harry J. Smith_, May 29 2009
%Y Cf. A016567 (continued fraction).
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_