Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A019626
Decimal expansion of Pi*e/18.
1
4, 7, 4, 4, 2, 9, 6, 7, 9, 0, 3, 7, 4, 2, 0, 3, 9, 2, 5, 2, 5, 7, 5, 2, 8, 2, 6, 0, 8, 5, 9, 2, 0, 8, 0, 5, 2, 7, 9, 7, 1, 6, 0, 2, 9, 7, 6, 4, 7, 2, 8, 6, 0, 8, 9, 9, 3, 3, 1, 1, 1, 7, 3, 8, 9, 8, 8, 4, 6, 0, 3, 3, 9, 5, 3, 1, 8, 5, 0, 4, 4, 8, 6, 5, 1, 4, 2, 4, 3, 7, 2, 0, 6, 1, 3, 7, 4, 4, 1
OFFSET
0,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000 (terms 0..1000 from Ivan Panchenko)
MATHEMATICA
RealDigits[Pi*E/18, 10, 50][[1]] (* G. C. Greubel, Jan 28 2018 *)
PROG
(PARI) Pi*exp(1)/18 \\ G. C. Greubel, Jan 28 2018
(Magma) C<i> := ComplexField(); Pi(C)*Exp(1)/18; // G. C. Greubel, Jan 28 2018
CROSSREFS
Cf. A019609 (Pi*e).
Sequence in context: A201412 A272056 A020803 * A203137 A005472 A111522
KEYWORD
nonn,cons
STATUS
approved