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

A132699
Decimal expansion of 9/Pi.
15
2, 8, 6, 4, 7, 8, 8, 9, 7, 5, 6, 5, 4, 1, 1, 6, 0, 4, 3, 8, 3, 9, 9, 0, 7, 7, 4, 0, 7, 0, 5, 2, 5, 8, 5, 1, 6, 6, 2, 0, 2, 7, 3, 6, 2, 3, 3, 2, 8, 2, 1, 6, 0, 7, 7, 4, 5, 8, 0, 1, 2, 1, 9, 3, 0, 6, 0, 1, 4, 2, 3, 5, 7, 4, 1, 6, 0, 7, 7, 6, 3, 1, 6, 2, 2, 0, 4, 8, 4, 4, 9, 7, 9, 2, 5, 5, 5, 5, 4, 7, 2, 0, 9, 3, 1
OFFSET
1,1
COMMENTS
9/Pi = 2.864788975654...
MAPLE
Digits:=100; evalf(9/Pi); # Wesley Ivan Hurt, Mar 26 2014
MATHEMATICA
RealDigits[N[9/Pi, 6! ]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jun 19 2009 *)
PROG
(PARI) 9/Pi \\ Charles R Greathouse IV, Dec 31 2011
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Omar E. Pol, Aug 26 2007
EXTENSIONS
More terms from Vladimir Joseph Stephan Orlovsky, Jun 19 2009
STATUS
approved