chris-martin / project-euler

My solutions for Project Euler
https://chris-martin.github.io/project-euler/
Other
4 stars 0 forks source link

Problem 44 answer is unproven #5

Open chris-martin opened 11 years ago

chris-martin commented 11 years ago

The algorithm does find an (a,b) such that a, b, a-b, and a+b are all pentagonal, but it is only by luck that it happens upon a solution that minimizes a-b.

chris-martin commented 8 years ago

It's also slow.