Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #19 May 15 2019 02:57:47
%S 3,4,1,7,7,2,6,6,8,3,6,1,3,3,6,5,9,3,9,3,3,4,1,5,6,9,8,1,9,6,7,4,3,8,
%T 1,7,8,2,4,0,1,8,1,6,0,8,7,2,1,0,0,5,8,0,8,8,1,6,7,0,3,6,3,6,9,2,6,0,
%U 4,6,1,8,4,8,7,5,2,5,4,0,1,5,5,7,9,5,6,5,8,7,9,1,0,3,6,8,5,0,8
%N Decimal expansion of log(61/2).
%H Harry J. Smith, <a href="/A016607/b016607.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.417726683613365939334156981967438178240181608721005808816703636926046....
%t RealDigits[Log[61/2],10,120][[1]] (* _Harvey P. Dale_, Oct 05 2012 *)
%o (PARI) default(realprecision, 20080); x=log(61/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016607.txt", n, " ", d)); \\ _Harry J. Smith_, May 28 2009
%Y Cf. A016558 (continued fraction).
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_