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