%I #35 Feb 28 2024 01:38:23
%S 3,2,9,5,8,3,6,8,6,6,0,0,4,3,2,9,0,7,4,1,8,5,7,3,5,7,1,0,7,6,7,5,7,7,
%T 1,1,3,9,4,2,4,7,1,6,7,3,4,6,8,2,4,8,3,5,5,2,0,4,0,8,3,0,0,0,9,1,2,4,
%U 8,2,8,7,9,6,5,5,8,2,6,9,0,0,6,2,0,8,4,7,2,6,4,4,4,1,1,9,6,2,6
%N Decimal expansion of log(27).
%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="/A016650/b016650.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 Log(27) = Integral_{x = 0..oo} sin(4*x)^3/x^2 dx. - _Peter Bala_, Nov 04 2019
%F From _Peter Bala_, Feb 27 2024: (Start)
%F Equals 4 - 2*Sum_{k >= 0} 1/((2*k + 1)*(2*k + 3)*4^k).
%F Continued fraction: 4 - 16/(24 - 96/(84 - 1440/(186 - ... - 16*n*(n + 1)(4*n^2 - 1)/((2*(n + 1)*(10*n + 11)) - ... )))). (End)
%e 3.295836866004329074185735710767577113942471673468248355204083000912482... - _Harry J. Smith_, May 20 2009
%t RealDigits[Log[27],10,120][[1]] (* _Harvey P. Dale_, May 07 2012 *)
%o (PARI) default(realprecision, 20080); x=log(27); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016650.txt", n, " ", d)); \\ _Harry J. Smith_, May 20 2009
%Y Cf. A016455 (continued fraction).
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_