How would one go about computing the following?:
$$\sum_{n=0}^\infty (.5)^{2n+1} \cdot \frac{{2n}\choose{n}}{n+1}$$
The motivation is that this gives the probability that a random walk on a number line will hit the point $0$ given that we move with probability $.5$ left or right starting at $1$. Wolfram tells me it's $1$, how does one prove it?
In fact, let's go further while we're at it! How can one compute the following?:
$$\sum_{n=0}^\infty (.5)^{2n+1} \cdot \frac{{2n}\choose{n}}{n+1} \cdot (2n+1)$$
This gives us the expected time the aformentioned random walk would take (at the rate of one second per move).
EDIT: Hmm... by the comparison test, it seems like the second summation diverges... therefore, the walk would take an infinite amount of time?