login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016642 Decimal expansion of log(19). 4

%I #23 Mar 21 2024 16:06:25

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

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

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

%N Decimal expansion of log(19).

%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="/A016642/b016642.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 2.944438979166440460009027431887853537237379261299128818537960236409292... - _Harry J. Smith_, May 17 2009

%t First[RealDigits[Log[19], 10, 100]] (* _Paolo Xausa_, Mar 21 2024 *)

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

%Y Cf. A016447 Continued fraction.

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)