This website is a semi-functional mirror of the original Project Euler. More information is available on GitHub.
Same differences
Problem 135
Published on 29 December 2006 at 06:00 pm [Server Time]
Given the positive integers, x, y, and z, are consecutive terms of an arithmetic progression, the least value of the positive integer, n, for which the equation, x2 − y2 − z2 = n, has exactly two solutions is n = 27:
342 − 272 − 202 = 122 − 92 − 62 = 27
It turns out that n = 1155 is the least value which has exactly ten solutions.
How many values of n less than one million have exactly ten distinct solutions?
Go to back to Problems