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

%I #19 Apr 05 2024 16:03:50

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

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

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

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

%H Harry J. Smith, <a href="/A016617/b016617.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.701301974112493456163748826231926250514462096930742552818097325056583....

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

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

%Y Cf. A016568 (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 16 16:01 EDT 2024. Contains 371749 sequences. (Running on oeis4.)