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

%I #17 Jan 16 2022 14:55:40

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

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

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

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

%H Harry J. Smith, <a href="/A016620/b016620.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.772760938094638409161285147826260742066503337385238276535684675786881....

%t RealDigits[Log[87/2],10,120][[1]] (* _Harvey P. Dale_, Jan 16 2022 *)

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

%Y Cf. A016571 (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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)