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

%I #19 May 15 2019 02:57:14

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

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

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

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

%H Harry J. Smith, <a href="/A016603/b016603.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.277144732992176524727237017570881202284477618550962348927449460524611....

%t RealDigits[Log[53/2],10,120][[1]] (* _Harvey P. Dale_, Oct 20 2012 *)

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

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