login
Decimal expansion of log(57).
2

%I #25 May 15 2019 10:56:16

%S 4,0,4,3,0,5,1,2,6,7,8,3,4,5,5,0,1,5,1,4,0,4,2,7,2,6,6,8,8,1,0,3,7,9,

%T 2,4,1,8,8,4,8,6,9,8,1,9,1,2,1,8,7,8,2,7,0,2,7,2,6,5,4,5,7,0,0,4,6,7,

%U 8,6,9,9,5,2,8,2,8,0,6,2,5,5,5,8,7,7,7,4,1,3,8,6,2,9,4,7,1,9,8

%N Decimal expansion of log(57).

%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="/A016680/b016680.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.04305126783455015140427266881037924188486981912187827027265457004....

%p evalf(log(57), 100); # _Wesley Ivan Hurt_, Jan 28 2017

%t RealDigits[Log[57], 10, 120][[1]] (* _Vincenzo Librandi_, Jun 21 2015 *)

%o (PARI) default(realprecision, 20080); x=log(57); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016680.txt", n, " ", d)); \\ _Harry J. Smith_, May 22 2009

%Y Cf. A016485 (continued fraction).

%Y Equals A002391 + A016642.

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_