I'm trying to prove $2^{(2^n)}+1$ divides $2^{(2^nb)}+1$ for $n,b\in \mathbb{N}$. I've considered factoring $2^{(2^n)}+1$ into $(2+1)(2^{(2^n)-1}-2^{(2^n)-2}+...+1)$ and likewise $2^{(2^nb)}+1$ into $(2+1)(2^{(2^nb)-1}-2^{(2^nb)-2}+...+1)$
Proofs follow using the same methods as in the dupe, e.g. $$\bmod 2^{2^n}\!+1\!:\ 2^{2^n}\equiv -1 \Rightarrow (2^{2^n})^b\equiv (-1)^b\equiv -1$$ by the Congruence Power Rule. Or, equivalently use the Factor Theorem or other closely related methods mentioned there (and its links).