If $n = 2^{2016}+73$, what is the remainder when $(2^n+1)$ is divided by $(16^{2015}+1)$?
We have $16^{2015}+1 = 2^{8060}+1$. Thus, we need to find $m,r$ where $8060m+r = 2^{2016}+73$ and $0 \leq r < 8060$. This doesn't seem easy, so I was wondering if there was an easier way of solving this question?