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