login
Decimal expansion of log(97).
2

%I #25 Sep 08 2022 08:44:41

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

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

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

%N Decimal expansion of log(97).

%H Harry J. Smith, <a href="/A016720/b016720.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.574710978503382822116721621703961713808914902658781355976234368760177....

%t RealDigits[Log[97],10,120][[1]] (* _Harvey P. Dale_, Dec 23 2012 *)

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

%o (Magma) SetDefaultRealField(RealField(100)); Log(97); // _G. C. Greubel_, Sep 17 2018

%Y Cf. A016525 (continued fraction).

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_

%E Final digits of sequence corrected using the b-file. - _N. J. A. Sloane_, Aug 30 2009