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

%I #22 Apr 05 2024 16:04:18

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

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

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

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

%H Harry J. Smith, <a href="/A016590/b016590.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.602689685444383764768503589309400545866971539107993101083402991419089...

%t First[RealDigits[Log[27/2], 10, 100]] (* _Paolo Xausa_, Apr 05 2024 *)

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

%Y Cf. A016541 (continued fraction).

%K nonn,cons,changed

%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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)