I am interested in finding a closed form for the sum $\sum_{k=2}^N {N \choose k} \frac{k-1}{k}$. Does anyone know if there is some Binomial identity that might be helpful here?
Thank you.
I am interested in finding a closed form for the sum $\sum_{k=2}^N {N \choose k} \frac{k-1}{k}$. Does anyone know if there is some Binomial identity that might be helpful here?
Thank you.
On
You might consider expanding $$(1+x)^N - \int \frac{(1+x)^N}{x} dx$$ and then letting $x=1$. This will need some slight adjustment as it has a few extra terms compared with your sum.
The problem is the integral as it involves a hypergeometric function.
The Maple command $$ sum(binomial(N, k)*(k-1)/k, k = 2 .. N) $$ outputs $$ 1/4\,{\mbox{$_3$F$_2$}(2,2,-N+2;\,3,3;\,-1)}N \left( N-1 \right) $$ in terms of the hypergeometric function.