I have a (one dimensional) random walker, that at each time-step can either step to the right or left, starting from the origin. I wanted to compute the number of paths that this walker can go through to return to the origin for the first time after exactly $2n$ steps. I have done so by solving a recursive algebraic equation involving paths going through the origin at any time in between, and I have arrived at the following answer: $$ \frac{1}{2n-1}{2n \choose n}. $$
My question is if there is a simple combinatorics proof for this answer.
The term ${2n \choose n}$ is clearly the number of paths of length $2n$ that start and end at the origin. So the term $1/(2n-1)$ should be the fraction of such paths that do not cross the origin at any time in between. Is there a simple explanation for this that does not require any algebra?
It's twice $C_{n-1}$, the $(n-1)$st Catalan number. Now use a combinatorial argument for the formula for Catalan numbers, e.g. the second proof in https://en.wikipedia.org/wiki/Catalan_number.