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