login
A016581
Decimal expansion of log(9/2).
2
1, 5, 0, 4, 0, 7, 7, 3, 9, 6, 7, 7, 6, 2, 7, 4, 0, 7, 3, 3, 7, 3, 2, 5, 8, 3, 5, 2, 3, 8, 6, 8, 7, 4, 8, 4, 1, 2, 1, 9, 4, 8, 0, 9, 8, 1, 2, 8, 5, 2, 4, 3, 6, 4, 9, 3, 4, 8, 7, 0, 8, 6, 5, 7, 7, 8, 1, 5, 9, 4, 9, 6, 4, 4, 6, 7, 5, 2, 3, 2, 1, 8, 1, 4, 1, 3, 6, 8, 1, 8, 2, 6, 3, 1, 0, 4, 5, 4, 9
OFFSET
1,2
EXAMPLE
1.504077396776274073373258352386874841219480981285243649348708657781594...
MATHEMATICA
RealDigits[Log[9/2], 10, 120][[1]] (* Harvey P. Dale, Aug 20 2011 *)
PROG
(PARI) default(realprecision, 20080); x=log(9/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016581.txt", n, " ", d)); \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016532 Continued fraction.
Sequence in context: A350281 A354053 A200102 * A175472 A099220 A229174
KEYWORD
nonn,cons
STATUS
approved