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

%I #17 May 15 2019 03:00:49

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

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

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

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

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

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

%e 3.817712325956904731741608063550321766366852539981813050757755651107650....

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

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

%Y Cf. A016573 (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 April 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)