I came across the following in the book Handbook of Mathematical Induction: $$ 19\mid (2^{2^n}+3^{2^n}+5^{2^n}),\quad n\in\mathbb{Z^+}\tag{1} $$ Apparently, this problem is not so bad if you think about it in a somewhat "outside of the box" sort of way, but it is supposed to be quite challenging otherwise.
Question: How might one prove $(1)$ using induction or otherwise? The "outside of the box" answer has been provided but with details oranged out so as not to spoil it for anyone who may come up with that solution individually.
For $n\geq 1$, let $S(n)$ denote the claim $$ S(n) : 19\mid (2^{2^n}+3^{2^n}+5^{2^n}),\quad n\in\mathbb{Z^+} $$ Base step: For $n=1, S(1)$ says that $19\mid 38$ which is true because $38=2\cdot 19$. Also, for $n=2, S(2)$ says that $19\mid 722$ which is true because $722=38\cdot 19$.
Inductive step: Fix some $k\geq 1$ and suppose...
By mathematical induction, for all $n\geq 1, S(n)$ is true. $\blacksquare$