← Complete problem index

PROJECT EULER · #0454

Diophantine Reciprocals III

Statement only · UnsolvedOriginal problem ↗

In the following equation x, y, and n are positive integers.

1x+1y=1n

For a limit L we define F(L) as the number of solutions which satisfy x<yL.

We can verify that F(15)=4 and F(1000)=1069.
Find F(1012).

Write-up coming later

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