Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #16 Sep 08 2022 08:44:44
%S 1,0,0,4,6,7,4,6,1,4,4,3,2,1,8,4,3,6,0,6,4,2,7,7,0,6,9,0,5,3,4,8,9,1,
%T 1,1,7,0,6,2,9,2,8,0,6,3,0,3,1,1,8,9,9,9,5,5,1,5,2,4,7,1,9,1,7,8,5,7,
%U 9,1,6,0,1,3,1,2,6,2,7,1,5,3,8,3,2,0,6,6,3,3,7,6,1,2,9,9,6,9,3
%N Decimal expansion of 2*Pi*e/17.
%H Ivan Panchenko, <a href="/A019605/b019605.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[(2 Pi E)/17,10,120][[1]] (* _Harvey P. Dale_, Oct 14 2016 *)
%o (PARI) default(realprecision, 100); 2*Pi*exp(1)/17 \\ _G. C. Greubel_, Aug 24 2018
%o (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 2*Pi(R)*Exp(1)/17; // _G. C. Greubel_, Aug 24 2018
%Y Cf. A019597.
%K nonn,cons
%O 1,4
%A _N. J. A. Sloane_