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

%I #20 May 15 2019 01:59:47

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

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

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

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

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

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

%e 1.504077396776274073373258352386874841219480981285243649348708657781594...

%t RealDigits[Log[9/2],10,120][[1]] (* _Harvey P. Dale_, Aug 20 2011 *)

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

%Y Cf. A016532 Continued fraction.

%K nonn,cons

%O 1,2

%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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)