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