%I #25 Sep 08 2022 08:44:41
%S 4,4,5,4,3,4,7,2,9,6,2,5,3,5,0,7,7,3,2,8,9,0,0,7,4,6,3,4,8,0,4,0,2,3,
%T 6,0,3,6,3,4,6,3,6,3,1,9,2,4,1,8,1,0,6,6,9,3,1,2,3,6,5,2,7,4,4,1,6,2,
%U 5,2,7,9,5,8,4,2,6,8,1,1,5,4,1,4,3,4,5,5,3,2,5,0,8,0,4,1,5,9,7
%N Decimal expansion of log(86).
%H Harry J. Smith, <a href="/A016709/b016709.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].
%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e 4.454347296253507732890074634804023603634636319241810669312365274416252....
%t RealDigits[Log[86],10,120][[1]] (* _Harvey P. Dale_, Mar 24 2017 *)
%o (PARI) default(realprecision, 20080); x=log(86); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016709.txt", n, " ", d)); \\ _Harry J. Smith_, May 24 2009
%o (Magma) SetDefaultRealField(RealField(100)); Log(86); // _G. C. Greubel_, Sep 17 2018
%Y Cf. A016514 (continued fraction).
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_