How to prove $(n+1)^{m+1}-(-n)^{m+1}$ is divisible by $2n+1$, with $n,m$ positive integers?
I have tried by induction (on $n$) and with the binomial theorem, something like this (have also assumed $m$ odd here):
$((n+1)+1)^{m+1}-(-(n+1))^{m+1}\\=(m+1)n^m+(m+1)(mn^{m-1}+...+mn+1)\\+\frac{(m+1)m}{2!}n^{m-1}+\frac{(m+1)m}{2!}n^{m-1}((m-1)n^{m-2}+...+(m-1)n+1)\\+...\\+\frac{(m+1)m}{2!}n^{2}+\frac{(m+1)m}{2!}(n+1)\\+(m+1)n+(m+1)\\+1$
The terms on the left column are $k(2n+1)$ for some $k$ integer by induction hypothesis, and I would need to somehow rewrite the rest of the terms. Do I need to do induction on $m$ here recursively? Does this direction for the proof make sense at all?