I was surprised not to find anything about this with Google.
Consider a geometric distribution with $\text{Pr}[X=k]=(1-p)^{k-1}p$, so the mean is $\sum_{k=1}^\infty k\,\text{Pr}[X=k]=\frac{1}{p}$.
Now assume we observe a single outcome (number of trials until success, including the success) $n$. What is our estimate of $p$? The "natural" estimate (whatever that means) seems to be $\frac{1}{n}$. However, this is a biased estimate of $p$. Indeed, we have $\sum_{k=1}^\infty \frac{1}{k}\text{Pr}[X=k]=\frac{p}{1-p}\log\frac{1}{p}$.
Can we find an unbiased estimate of $p$ from $n$? What is the MSE estimate of $p$?
Many thanks.