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