I want to show that $7 \mid (F_{2k + 1} + 2)$ where $k \in \mathbb{N_0}$ and $F_n := 2^{2^n} + 1$. I was able to proof this using induction, but was wondering if there is a more direct approach?
Here is a simple sketch of proof (only induction step):
$$ F_{2(k+1)+1} +2= 2^{2^{2k +3}} +3 = 2^{2^{2k + 3}} + 7q - 2^{2^{2k + 1}} $$
for some $q \in \mathbb{Z}$.
$$ = 16^{2^{2k + 1}} + 7q - 2^{2^{2k + 1}} = 7q + 2^{2^{2k + 1}} (8^{2^{2k + 1}} -1) \\ = 7q + 2^{2^{2k + 1}} ((7 + 1)^{2^{2k + 1}} -1) \\ = 7q + 2^{2^{2k + 1}} ((\sum_{i = 0}^{2^{2k + 1}}7^i1^{2^{2k + 1}-i}) -1) \\ = 7q + 2^{2^{2k + 1}} ((\sum_{i = 1}^{2^{2k + 1}}7^i1^{2^{2k + 1}-i})) $$ This is clearly divisible by $7$.
Hint: prove that $2^k \bmod 7$ cycles through residues $1, 2, 4, 1, 2, 4, \dots$.