Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Decimal expansion of log(93).
2

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

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

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

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

%N Decimal expansion of log(93).

%H Harry J. Smith, <a href="/A016716/b016716.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.532599493153255937324409561464882915097429488303341423491412406112475....

%t RealDigits[Log[93], 10, 100][[1]] (* _G. C. Greubel_, Sep 17 2018 *)

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

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

%Y Cf. A016521 (continued fraction).

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_