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

%I #26 Sep 08 2022 08:44:41

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

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

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

%N Decimal expansion of log(79).

%H Harry J. Smith, <a href="/A016702/b016702.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], see page 3.

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%e 4.369447852467021494172945541481410922173541224422609625412171117559806....

%t RealDigits[Log[79],10,120][[1]] (* _Harvey P. Dale_, May 09 2012 *)

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

%o (Magma) SetDefaultRealField(RealField(100)); Log(79); // _G. C. Greubel_, Sep 17 2018

%Y Cf. A016507 (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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)