OFFSET
2,1
COMMENTS
For a circle with radius r, the measurement in degrees of the central angle with endpoints on the circle that are r*4/Pi apart: The average central angle (<= 180 degrees) formed using two randomly chosen points on a circle. The average arc length between such endpoints is r*A120669 corresponding to the average chord length r*A088538; so for the unit circle arc length is A120669 and chord length is A088538.
EXAMPLE
79.0804474956203908253980311180...
MATHEMATICA
RealDigits[180 ArcCos[1-8/Pi^2]/Pi, 10, 120][[1]] (* Harvey P. Dale, Feb 17 2023 *)
PROG
(PARI) 180*acos(1-8/Pi^2)/Pi
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Jun 22 2006
STATUS
approved