%I #25 Sep 08 2022 08:44:41
%S 4,4,8,8,6,3,6,3,6,9,7,3,2,1,3,9,8,3,8,3,1,7,8,1,5,5,4,0,6,6,9,8,4,9,
%T 2,1,9,4,0,4,6,6,0,3,8,7,1,3,2,9,5,9,3,6,4,1,0,6,6,9,7,5,7,7,2,8,7,9,
%U 5,3,8,9,2,7,7,9,4,5,6,2,4,6,4,4,7,0,6,3,5,5,1,9,4,9,4,7,5,7,4
%N Decimal expansion of log(89).
%H Harry J. Smith, <a href="/A016712/b016712.txt">Table of n, a(n) for n = 1..20000</a>
%H M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy], see page 3.
%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e 4.488636369732139838317815540669849219404660387132959364106697577287953....
%t RealDigits[Log[89],10,120][[1]] (* _Harvey P. Dale_, Oct 30 2011 *)
%o (PARI) default(realprecision, 20080); x=log(89); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016712.txt", n, " ", d)); \\ _Harry J. Smith_, May 24 2009
%o (Magma) SetDefaultRealField(RealField(100)); Log(89); // _G. C. Greubel_, Sep 17 2018
%Y Cf. A016517 (continued fraction).
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_