← Complete problem index

PROJECT EULER · #0582

Nearly Isosceles 120 Degree Triangles

Statement only · SolvedOriginal problem ↗

Let a,b and c be the sides of an integer sided triangle with one angle of 120 degrees, abc and ba100.
Let T(n) be the number of such triangles with cn.
T(1000)=235 and T(108)=1245.
Find T(10100).

Write-up coming later

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