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

%I #19 May 15 2019 02:38:17

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

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

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

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

%H Harry J. Smith, <a href="/A016597/b016597.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.020424886144362494449531251579231020300910335039046379498582900766584...

%t RealDigits[Log[41/2],10,120][[1]] (* _Harvey P. Dale_, Jan 01 2015 *)

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

%Y Cf. A016548 (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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)