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