Let $a,b,n\in\mathbb{Z}^+$, and consider the expression $(ab+1)^{a^n}-1$. No matter which positive integers I try, I always get that $(ab+1)^{a^n}-1$ is divisible by $a^{n+1}b$. Can this be true in general?
Let's try to find out! By the binomial theorem, $$(ab+1)^{a^n}=\sum_{k=0}^{a^n}\binom{a^n}{k}(ab)^{k}.$$
It seems like all terms but the first (which equals $1$) should be divisible by $a^{n+1}b$, and then the claim would follow. However, it this intuition actually correct?
Note: For a prime $p$, we know that $\binom{p}{r}$ is divisible by $p$. But $a^n$ is not necessarily prime here.