← Complete problem index

PROJECT EULER · #0223

Almost Right-angled Triangles I

Statement only · SolvedOriginal problem ↗

Let us call an integer sided triangle with sides abc barely acute if the sides satisfy a2+b2=c2+1.

How many barely acute triangles are there with perimeter 25000000?

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.