login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016604 Decimal expansion of log(55/2). 2

%I #21 May 15 2019 02:57:20

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

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

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

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

%H Harry J. Smith, <a href="/A016604/b016604.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.314186004672525609245470789733140371271808073845679643010535591111358....

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

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

%Y Cf. A016555 (continued fraction).

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 19 14:43 EDT 2024. Contains 376013 sequences. (Running on oeis4.)