OFFSET
1,1
LINKS
EXAMPLE
3.795489189172194528900583419211672651329160252772704109986017567794560....
MATHEMATICA
RealDigits[Log[89/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(89/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016621.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved