OFFSET
1,1
LINKS
FORMULA
EXAMPLE
2.351375257163477687083365858907528866209075153044355386073404474081680...
MATHEMATICA
RealDigits[Log[21/2], 10, 120][[1]] (* Vincenzo Librandi, Apr 07 2020 *)
PROG
(PARI) default(realprecision, 20080); x=log(21/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016587.txt", n, " ", d)); \\ Harry J. Smith, May 26 2009
(Magma) SetDefaultRealField(RealField(100)); Log(21/2); // Vincenzo Librandi, Apr 07 2020
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved