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