login
Decimal expansion of log(14).
2

%I #26 Jun 10 2024 07:16:08

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

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

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

%N Decimal expansion of log(14).

%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="/A016637/b016637.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>

%F Equals A002162 + A016630. - _R. J. Mathar_, Jun 10 2024

%e 2.639057329615258614522584864901356297712584863942116442580070159430973... - _Harry J. Smith_, May 16 2009

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

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

%Y Cf. A016442 (continued fraction).

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_