Ok, I am in Discrete Math 2 and we have a problem we have to pick out and work on. We are allowed to get any and all help, except from teachers at school. Here is the problem I have:
Determine all positive integers with the property that they are one more than the sum of the squares of their digits in base 10.
So, far I have only come up with 35 and 75. My friend and I have been working on a C++ program to do this. We checked all numbers up to 2,500,000. And those two numbers are the only ones that it spits out. I know that there are an infinite number of positive integers, but how can I prove this. From the looks of it 35 and 75 are the only ones, but that is not a proof.
To give you an idea of what the problem means and why 35 and 75 work...
35
--
(3 * 3) + (5 * 5) = 34 and 35 is one greater than 34.
75
--
(7 * 7) + (5 * 5) = 74 and 75 is one greater than 75.
Make sense? Does anyone have any idea on how to prove something like this? Any help would be appreciated. And yes, we do have the teacher's permission to get outside help, just not from out other school teachers.
Determine all positive integers with the property that they are one more than the sum of the squares of their digits in base 10.
So, far I have only come up with 35 and 75. My friend and I have been working on a C++ program to do this. We checked all numbers up to 2,500,000. And those two numbers are the only ones that it spits out. I know that there are an infinite number of positive integers, but how can I prove this. From the looks of it 35 and 75 are the only ones, but that is not a proof.
To give you an idea of what the problem means and why 35 and 75 work...
35
--
(3 * 3) + (5 * 5) = 34 and 35 is one greater than 34.
75
--
(7 * 7) + (5 * 5) = 74 and 75 is one greater than 75.
Make sense? Does anyone have any idea on how to prove something like this? Any help would be appreciated. And yes, we do have the teacher's permission to get outside help, just not from out other school teachers.