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!)
A016666 Decimal expansion of log(43). 2

%I #20 May 15 2019 03:06:35

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

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

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

%N Decimal expansion of log(43).

%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="/A016666/b016666.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 3.761200115693562423472842513345847035559136184881555415191685264922859....

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

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

%Y Cf. A016471 (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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)