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!)
A016594 Decimal expansion of log(35/2). 2

%I #20 May 15 2019 02:05:09

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

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

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

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

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

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

%e 2.862200880929468370288879955211190801087185949490123656251358031918365...

%t RealDigits[Log[35/2],10,120][[1]] (* _Harvey P. Dale_, Oct 03 2011 *)

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

%Y Cf. A016545 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 June 6 10:40 EDT 2024. Contains 373127 sequences. (Running on oeis4.)