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

%I #25 May 15 2019 02:01:55

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

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

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

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

%C There is an interesting pattern starting 41 digits after the decimal point: 8018048018048. - _Bobby Jacobs_, Aug 09 2017

%H Harry J. Smith, <a href="/A016588/b016588.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.442347035369204381389520710352019550366880180480180487877955367989599....

%t RealDigits[Log[23/2], 10, 120][[1]] (* _Vincenzo Librandi_, Jun 21 2015 *)

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

%Y Continued fraction: A016539.

%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 August 25 18:48 EDT 2024. Contains 375447 sequences. (Running on oeis4.)