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