OFFSET
0,2
LINKS
Ivan Panchenko, Table of n, a(n) for n = 0..1000
EXAMPLE
0.1554429321064749468909024041445600584253490866125058948672...
MATHEMATICA
RealDigits[Sqrt[2*E]/15, 10, 120][[1]] (* Harvey P. Dale, Dec 10 2015 *)
PROG
(PARI) default(realprecision, 100); sqrt(2*exp(1))/15 \\ G. C. Greubel, Sep 08 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Sqrt(2*Exp(1))/15; // G. C. Greubel, Sep 08 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved