Tom K. answered 09/30/21
Knowledgeable and Friendly Math and Statistics Tutor
Given your algorithm, it should have taken you only a couple of seconds to get the result that you have (for example, you can do this in Excel). You will easily see that 641 is the only factor between 2 and 65536, which means that the only other factor the number that you are factoring divided by 641.
The even quicker way: do an internet search of your number and you will get this result.
That 65536 = 2^16 may pique your interest. Your target number equals 2^32+1; numbers of the form 2^(2^n)+1 are known as Fermat numbers.
n = 5 generates the first composite Fermat number, but no Fermat number for n > 5 has been proven to be prime (5-32 along with certain others have been shown to be composite).
Tom K.
If you had been asked to show instead that 641, which equals 2^4+5^4 = 5*2^7 + 1, factors 2^32+1, you could have shown this without having to rely upon multiplying things out, but this was not the problem given.09/30/21