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

%I #19 May 15 2019 02:00:33

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

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

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

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

%H Harry J. Smith, <a href="/A016584/b016584.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.014903020542264756578772448690536776097591777731011919526662215618279...

%t RealDigits[Log[15/2],10,120][[1]] (* _Harvey P. Dale_, Jan 16 2019 *)

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

%Y Cf. A016535 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 September 16 10:53 EDT 2024. Contains 375965 sequences. (Running on oeis4.)