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