login

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”).

A016607
Decimal expansion of log(61/2).
2
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, 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, 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
OFFSET
1,1
EXAMPLE
3.417726683613365939334156981967438178240181608721005808816703636926046....
MATHEMATICA
RealDigits[Log[61/2], 10, 120][[1]] (* Harvey P. Dale, Oct 05 2012 *)
PROG
(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
CROSSREFS
Cf. A016558 (continued fraction).
Sequence in context: A226776 A339278 A202500 * A262216 A076446 A053289
KEYWORD
nonn,cons
STATUS
approved