Find the prime factorization of $2^{22} + 1$.
How can I approach this with a subtle way?
I know that $a^n -b^n = (a-b) (a^{n-1}+a^{n-2}b + \cdots + ab^{n-2}+b^{n-1})$ and $a^{2n+1} + b^{2n+1} = (a+b) (a^{2n}-a^{2n-1}b + \cdots - ab^{2n-1}+b^{2n})$. So far I have tried to apply the latter one on $4^{11} + 1$.