PROJECT EULER · #0218
Perfect Right-angled Triangles
Consider the right angled triangle with sides
Moreover it is a primitive right angled triangle as
Also
We will call a right angled triangle perfect if
-it is a primitive right angled triangle
-its hypotenuse is a perfect square.
We will call a right angled triangle super-perfect if
-it is a perfect right angled triangle and
-its area is a multiple of the perfect numbers
How many perfect right-angled triangles with
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.