What is the sum of factors of factors of $33333333$ (that's $3$ eight times)?
Here's how I tried to attempt this question yet failed:
Factors of $33333333=3\times11111111=3\times11\times1010101=3\times11\times101\times10001$.
And now I was lost (just before the last step) as I couldn't confirm if 10001 is prime or not.
A solution I got: $10001=11025-1024=105^2-32^2=137\times73$ which are primes. But no way could I have myself figured out that 10001 is difference of those 2 squares.
Please help me in finding an easy way to check whether 10001 is prime or not and what it factors would as they lie too far to check manually, one-by-one, till $\sqrt{10001}=100$ (approx).
Edit: "just before the last step" above refers to the following step I would have done had I known the prime factorization:
Sum of all the factors of $33333333=(\frac{3^2-1}{3-1})\times(\frac{11^2-1}{11-1})\times(\frac{101^2-1}{101-1})\times(\frac{137^2-1}{137-1})\times(\frac{73^2-1}{73-1})=(3+1)(11+1)(101+1)(137+1)(73+1)$