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