login

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”).

A019602
Decimal expansion of 2*Pi*e/11.
1
1, 5, 5, 2, 6, 7, 8, 9, 4, 9, 5, 7, 7, 0, 1, 2, 1, 9, 3, 7, 2, 0, 6, 4, 5, 6, 1, 2, 6, 4, 4, 8, 3, 1, 7, 2, 6, 3, 6, 9, 9, 7, 9, 7, 3, 3, 7, 7, 5, 4, 7, 5, 4, 4, 7, 6, 1, 4, 4, 7, 2, 9, 3, 2, 7, 5, 9, 8, 5, 9, 7, 4, 7, 4, 8, 3, 1, 5, 1, 0, 5, 5, 9, 2, 2, 2, 8, 4, 3, 3, 9, 9, 4, 7, 3, 5, 8, 8, 9
OFFSET
1,2
LINKS
MATHEMATICA
RealDigits[2*Pi*E/11, 10, 100][[1]] (* G. C. Greubel, Aug 24 2018 *)
PROG
(PARI) default(realprecision, 100); 2*Pi*exp(1)/11 \\ G. C. Greubel, Aug 24 2018
(Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 2*Pi(R)*Exp(1)/11; // G. C. Greubel, Aug 24 2018
CROSSREFS
Cf. A019597.
Sequence in context: A132376 A273007 A316168 * A153839 A378204 A322159
KEYWORD
nonn,cons
STATUS
approved