ROSECODE 557
Number of solutions to a Diophantine Equation I
Consider the following Diophantine Equation :
We call an integer triple(x,y,z) a primitive solution if it is a solution to the Diophantine Equation with gcd(x,y,z)=1
For example, (3,1,1) is a primitive solution to the above Diophantine Equation:
In fact, there are only five primitive solutions for , namely (3,1,1),(19,11,1),(37,19,5),(61,29,11), and (91,41,19). The sum of these five primitive solutions is 349, i.e.
How many primitive solutions are there to the above Diophantine Equation for ? What is the sum of all these primitive solutions?
Answer format: count,( ) mod 109
You are given: 479,3971343 for a threshold of 10000