The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016626 Decimal expansion of log(99/2). 2

%I #18 May 15 2019 03:00:42

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

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

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

%N Decimal expansion of log(99/2).

%H Harry J. Smith, <a href="/A016626/b016626.txt">Table of n, a(n) for n = 1..20000</a>

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

%e 3.901972669574644617435201930352004141041187835222660824567276366912168....

%t RealDigits[Log[99/2],10,120][[1]] (* _Harvey P. Dale_, Apr 18 2012 *)

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

%Y Cf. A016577 (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 May 13 06:37 EDT 2024. Contains 372498 sequences. (Running on oeis4.)