OFFSET
1,1
COMMENTS
There is an interesting pattern starting 41 digits after the decimal point: 8018048018048. - Bobby Jacobs, Aug 09 2017
LINKS
EXAMPLE
2.442347035369204381389520710352019550366880180480180487877955367989599....
MATHEMATICA
RealDigits[Log[23/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(23/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016588.txt", n, " ", d)); \\ Harry J. Smith, May 26 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved