login
Decimal expansion of log(29/2).
2

%I #19 May 15 2019 02:02:47

%S 2,6,7,4,1,4,8,6,4,9,4,2,6,5,2,8,7,1,7,7,6,6,0,3,9,9,1,0,9,0,3,7,3,5,

%T 0,3,7,4,1,9,0,1,2,7,7,9,5,6,2,4,8,8,8,2,4,8,0,0,9,9,0,3,4,2,1,4,9,3,

%U 8,7,1,5,9,1,6,8,1,5,7,6,1,7,6,8,7,5,0,3,7,8,7,8,2,1,4,3,7,7,3

%N Decimal expansion of log(29/2).

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

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%e 2.674148649426528717766039910903735037419012779562488824800990342149387...

%t RealDigits[Log[29/2],10,120][[1]] (* _Harvey P. Dale_, Oct 03 2014 *)

%o (PARI) default(realprecision, 20080); x=log(29/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016591.txt", n, " ", d)); \\ _Harry J. Smith_, May 27 2009

%Y Cf. A016542 Continued fraction.

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_