A120671 Decimal expansion of arccos(1-8/(Pi^2)) / (2*Pi).
2, 1, 9, 6, 6, 7, 9, 0, 9, 7, 1, 0, 0, 5, 6, 6, 4, 1, 1, 8, 1, 6, 6, 1, 1, 9, 7, 5, 5, 0, 1, 4, 5, 1, 6, 4, 6, 0, 9, 3, 9, 4, 7, 7, 4, 0, 2, 9, 4, 3, 1, 8, 6, 4, 2, 5, 5, 7, 1, 2, 4, 4, 1, 6, 7, 4, 0, 0, 1, 1, 5, 1, 5, 0, 4, 6, 4, 6, 1, 5, 8, 5, 0, 7, 7, 6, 1, 7, 7, 5, 1, 9, 1, 8, 6, 5, 4, 2, 1, 5, 4, 8, 2, 5, 3
Offset: 0
Examples
0.219667909710056641181661197550...
Programs
-
Mathematica
RealDigits[ArcCos[(1-(8/(Pi^2) ))]/(2Pi),10,120][[1]] (* Harvey P. Dale, Jun 17 2018 *)
-
PARI
acos(1-8/Pi^2)/(2*Pi)
Comments