A234430 Decimal expansion of 36/Pi.
1, 1, 4, 5, 9, 1, 5, 5, 9, 0, 2, 6, 1, 6, 4, 6, 4, 1, 7, 5, 3, 5, 9, 6, 3, 0, 9, 6, 2, 8, 2, 1, 0, 3, 4, 0, 6, 6, 4, 8, 1, 0, 9, 4, 4, 9, 3, 3, 1, 2, 8, 6, 4, 3, 0, 9, 8, 3, 2, 0, 4, 8, 7, 7, 2, 2, 4, 0, 5, 6, 9, 4, 2, 9, 6, 6, 4, 3, 1, 0, 5, 2, 6, 4, 8, 8, 1, 9, 3, 7, 9, 9, 1, 7, 0, 2, 2, 2, 1, 8, 8, 8, 3, 7, 2, 4
Offset: 2
Examples
36/Pi = 11.459155902616464175359630962821034066481094... 360/Pi = 114.5915590261646417535963096282103406648109...
Programs
-
Maple
Digits:=100; evalf(36/Pi); # Wesley Ivan Hurt, Mar 14 2014
-
Mathematica
RealDigits[36/Pi, 10, 100][[1]] (* Alonso del Arte, Jan 12 2014 *)
-
PARI
36/Pi \\ Charles R Greathouse IV, Oct 01 2022
Comments