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

%I #21 May 15 2019 02:00:48

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

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

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

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

%H Harry J. Smith, <a href="/A016585/b016585.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.140066163496270770832302496414949967512702878225489533176557728388898...

%t RealDigits[Log[17/2],10,120][[1]] (* _Harvey P. Dale_, Apr 26 2011 *)

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

%Y Cf. A016536 Continued fraction.

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_

%E Final digits of sequence corrected using the b-file. - _N. J. A. Sloane_, Aug 30 2009

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.)