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