PROJECT EULER · #0210
Obtuse Angled Triangles
Consider the set of points with integer coordinates satisfying .
Let be the point and the point .
Let be the number of points in , so that the triangle has an obtuse angle, i.e. the largest angle satisfies .
So, for example, and .
Let
Let
So, for example,
What is
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.