%I #24 Sep 08 2022 08:44:41
%S 4,3,3,0,7,3,3,3,4,0,2,8,6,3,3,1,0,7,8,8,4,3,4,9,1,6,7,4,8,0,4,2,0,6,
%T 6,7,3,3,8,8,3,7,9,5,3,0,0,1,9,6,3,9,3,2,6,7,7,9,3,2,0,2,5,5,3,9,6,0,
%U 7,9,9,4,6,0,0,3,5,8,6,7,1,9,9,2,5,8,8,5,0,3,7,8,0,8,5,7,7,2,7
%N Decimal expansion of log(76).
%D M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.
%H Harry J. Smith, <a href="/A016699/b016699.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.330733340286331078843491674804206673388379530019639326779320255396079....
%t RealDigits[Log[76],10,120][[1]] (* _Harvey P. Dale_, Dec 05 2015 *)
%o (PARI) default(realprecision, 20080); x=log(76); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016699.txt", n, " ", d)); \\ _Harry J. Smith_, May 24 2009
%o (Magma) SetDefaultRealField(RealField(100)); Log(76); // _G. C. Greubel_, Sep 21 2018
%Y Cf. A016504 (continued fraction).
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_