login
Decimal expansion of log(78).
2

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

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

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

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

%N Decimal expansion of log(78).

%H Harry J. Smith, <a href="/A016701/b016701.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.356708826689591736865964799946020877528258636943211822274419853794352....

%t RealDigits[Log[78],10,120][[1]] (* _Harvey P. Dale_, Apr 28 2018 *)

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

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

%Y Cf. A016506 (continued fraction).

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_