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

%I #20 May 15 2019 02:00:06

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

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

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

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

%H Harry J. Smith, <a href="/A016582/b016582.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.704748092238425234644711456506952731746206719577161921097887699637180...

%t RealDigits[Log[11/2],10,100][[1]] (* _Harvey P. Dale_, Mar 26 2011 *)

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

%Y Cf. A016533 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)