A few days ago I stumbled on the following question, it was used in the Museum of mathematics masters tournament:
What is the biggest integer $n$ in $4^n$, that divides $7^{2048} - 1$?
a) 1
b) 3
c) 5
d) 7
It was not phrased exactly like this, but it is similar enough.
Using ghci and a python terminal I guessed the answer is 7. But I don't know how to go about it using only pen and paper.