%I #20 May 15 2019 03:06:44
%S 3,6,1,0,9,1,7,9,1,2,6,4,4,2,2,4,4,4,4,3,6,8,0,9,5,6,7,1,0,3,1,4,4,7,
%T 1,6,3,9,0,0,0,7,7,5,8,7,1,6,7,6,3,6,1,6,3,6,4,4,9,1,2,6,8,1,1,9,2,9,
%U 8,9,7,4,6,9,9,0,3,6,1,0,6,5,3,9,9,0,2,1,5,3,3,6,7,2,1,6,8,6,6
%N Decimal expansion of log(37).
%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="/A016660/b016660.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 3.610917912644224444368095671031447163900077587167636163644912681192989....
%t RealDigits[Log[37], 10, 120][[1]] (* _Vincenzo Librandi_, Jun 21 2015 *)
%o (PARI) default(realprecision, 20080); x=log(37); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016660.txt", n, " ", d)); \\ _Harry J. Smith_, May 21 2009
%Y Cf. A016465 (continued fraction).
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_