OFFSET
0,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..5000
EXAMPLE
0.49714987269413385435126828829089887365167832438...
MATHEMATICA
RealDigits[Log[10, Pi], 10, 105][[1]] (* Alonso del Arte, Sep 05 2012 *)
PROG
(PARI) log(Pi)/log(10) \\ Charles R Greathouse IV, Sep 05 2012
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Log(10, Pi(R)); // G. C. Greubel, May 15 2019
(Sage) numerical_approx(log(pi, 10), digits=100) # G. C. Greubel, May 15 2019
CROSSREFS
KEYWORD
AUTHOR
Hsu, Po-Wei (Benny) (arsene_lupin(AT)intekom.co.za), Jan 14 2000
EXTENSIONS
More terms from James A. Sellers, Jan 20 2000
STATUS
approved