A019684 Decimal expansion of Pi/17.
1, 8, 4, 7, 9, 9, 5, 6, 7, 8, 5, 8, 2, 2, 3, 1, 3, 1, 6, 7, 4, 2, 7, 3, 1, 4, 0, 1, 9, 2, 9, 1, 1, 9, 3, 4, 3, 6, 4, 5, 3, 9, 3, 7, 6, 4, 3, 3, 8, 2, 9, 7, 5, 4, 1, 7, 4, 9, 9, 6, 7, 4, 0, 7, 2, 3, 9, 8, 9, 2, 0, 0, 3, 6, 9, 7, 7, 6, 9, 9, 9, 9, 1, 9, 2, 9, 6, 1, 6, 6, 1, 9, 6, 5, 9, 5, 1, 2, 1
Offset: 0
Examples
0.1847995678582231316742731401929119343645393764338297541....
Links
Programs
-
Mathematica
RealDigits[N[Pi/17,6! ]] (* Vladimir Joseph Stephan Orlovsky, Dec 02 2009 *)
-
Maxima
ev(%pi/17, numer); /* Bruno Berselli, Mar 28 2012 */
-
PARI
Pi/17 \\ Bruno Berselli, Mar 28 2012