PROJECT EULER · #0110
Diophantine Reciprocals II
In the following equation
It can be verified that when
What is the least value of
NOTE: This problem is a much more difficult version of Problem 108 and as it is well beyond the limitations of a brute force approach it requires a clever implementation.
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.