login
Decimal expansion of log(65).
2

%I #23 May 15 2019 10:56:04

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

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

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

%N Decimal expansion of log(65).

%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="/A016688/b016688.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.174387269895637110654246774791506244330869299028724838331693402137643....

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

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

%Y Cf. A016493 (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