While reading a journal article, I noticed an equation which looked like the sum of the average binomial coefficient. But, I have no idea how equation was derived.
$$\sum_{m=0}^N \frac{1}{m+1}{N\choose m}p^m (1-p)^{N-m}=\frac{1-(1-p)^{N+1}}{(N+1)p}$$
What should I call this type of equation? Please explain how to prove it.
Call your quantity $f(p,N)$. A brute force method for evaluating it goes like this. First note that in general
$$\sum_{m=0}^N {N \choose m} p^m q^{N-m} = (p+q)^N.$$
If you now look at
$$g(p,q,N):=\sum_{m=0}^N \frac{1}{m+1} {N \choose m} p^{m+1} q^{N-m}$$
(i.e. $pf(p,N)$, but with the $1-p$ replaced by a general $q$) then it follows from the above that
$$\frac{\partial g}{\partial p}=(p+q)^N.$$
Since $g(0,q,N)=0$, you have
$$g(p,q,N)=\int_0^p (r+q)^N dr.$$
You can simplify matters by changing variables to $r+q$ and substituting in $q=1-p$, obtaining
$$f(p,N)=\frac{1}{p} \int_{1-p}^1 r^N dr$$
which is easily evaluated.