How do I prove that this is an integer for all positive integers $a$ and $n$?
$$\frac {(a+1)^n - (a+1)}{a}$$
I was thinking of somehow eliminating the fraction but I'm not sure how.
How do I prove that this is an integer for all positive integers $a$ and $n$?
$$\frac {(a+1)^n - (a+1)}{a}$$
I was thinking of somehow eliminating the fraction but I'm not sure how.
${\rm mod}\,\ a\!:\:\ \color{#c00}{a\equiv 0}\ \ \Rightarrow\ \ \begin{align}&(\color{#c00}a+1)^n-(\color{#c00}a+1)\\ \equiv\ &(\color{#c00}0+1)^n-(\color{#c00}0+1)\\ \equiv\ &\qquad\ 1^n-1\ \equiv\ 0\end{align}\ \ $
using standard Congruence Arithmetic Rules.
Notice that $$(a+1)^1 = a+1\\ (a+1)^2 = a^2 + 2a + 1\\ (a+1)^3 = a^3 + 3a^2 + 3a + 1\\ (a+1)^4 = a^4 + 4a^3 + 6a^2 + 4a + 1$$ and so on.
The last two terms are always $na + 1$. After subtracting $a+1$ from the polynomial, the remaining terms are all divisible by $a$.