login
A016612
Decimal expansion of log(71/2).
2
3, 5, 6, 9, 5, 3, 2, 6, 9, 6, 4, 8, 1, 3, 7, 0, 1, 1, 1, 9, 1, 2, 2, 2, 2, 4, 1, 1, 0, 5, 4, 8, 5, 7, 5, 2, 8, 6, 8, 4, 0, 7, 6, 3, 9, 2, 3, 5, 0, 3, 1, 0, 8, 5, 4, 0, 0, 0, 7, 4, 5, 7, 9, 2, 5, 3, 3, 9, 5, 7, 8, 8, 4, 8, 5, 4, 5, 3, 5, 6, 5, 0, 3, 6, 0, 3, 7, 9, 9, 9, 7, 2, 7, 6, 2, 1, 6, 4, 4
OFFSET
1,1
EXAMPLE
3.569532696481370111912222411054857528684076392350310854000745792533957....
MATHEMATICA
RealDigits[Log[71/2], 10, 120][[1]] (* Harvey P. Dale, Aug 20 2013 *)
PROG
(PARI) default(realprecision, 20080); x=log(71/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016612.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016563 (continued fraction).
Sequence in context: A261028 A195481 A199730 * A245739 A199187 A098587
KEYWORD
nonn,cons
STATUS
approved