In my book it states that $\sum_{k=1}^n (\frac{C_{2k-1}^{2n-1}}{2k})=\frac{2^n-1}{n+1}$, where C is binomial coefficient. To try and prove this I did: $$\sum_{k=1}^n (\frac{C_{2k-1}^{2n-1}}{2k})=\sum_{k=0}^n (\frac{C_{2k-1}^{2n-1}}{2k})-(\frac{2n-1}{2})=\frac{1}{2n}\sum_{k=0}^n (C_{2k}^{2n})-(\frac{2n-1}{2})$$
And here the summation simplifies to $2^{2n-1}$: $$\frac{1}{2n}\sum_{k=0}^n (C_{2k}^{2n})-(\frac{2n-1}{2})=\frac{1}{2n}(2^{2n-1})-(\frac{2n-1}{2})$$ And finally it simplifies to: $$\frac{2^{2n-1}-2n^2-n}{2n}$$ I have tried every way I could think of to try and simplify this to $\frac{2^n-1}{n+1}$ but I couldn't manage it. Am I missing a way to simplify it or did I mess somewhere before? Any help is appreciated.
Edit: It turns out my assumption that the top index of the binomial coefficient was 2n-1 was incorrect, it is actually n which gives you the correct answer.