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