<imgclass="img-responsive center-block"alt="spherical triangle formed on the surface of a sphere"src="https://cdn.freecodecamp.org/curriculum/project-euler/spherical-triangles.jpg"style="background-color: white; padding: 10px;">
Let $Z(r)$ be the set of points on the surface of $C(r)$ with integer coordinates.
Let $T(r)$ be the set of spherical triangles with vertices in $Z(r)$. Degenerate spherical triangles, formed by three points on the same great arc, are <u>not</u> included in $T(r)$.
Let $A(r)$ be the area of the smallest spherical triangle in $T(r)$.
For example $A(14)$ is 3.294040 rounded to six decimal places.
Find $\displaystyle \sum_{r = 1}^{50} A(r)$. Give your answer rounded to six decimal places.