This weekend my SO and I were trying to analyze a problem which boiled down to a 1-dimensional random walk with a floor at 0. That is, starting at 0, move $\{-1, +1\}$ with probability $\frac 1 2$ each, but anything which would go to -1 instead remains at 0, without hindering a later move to 1.
What are the properties of this form of walk? Specifically, after $n$ steps, what does the probability distribution look like? Expected value?
We worked out (by hand) the results for $n=3$ thru $n=6$, but ideally we'd like to see what it looks like when $n=52$.