← Complete problem index

PROJECT EULER · #0513

Integral Median

Statement only · UnsolvedOriginal problem ↗

ABC is an integral sided triangle with sides abc.
mC is the median connecting C and the midpoint of AB.
F(n) is the number of such triangles with cn for which mC has integral length as well.
F(10)=3 and F(50)=165.

Find F(100000).

Write-up coming later

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