Possible Duplicate:
How to reverse the $n$ choose $k$ formula?
Given integers $y\geq 0$ and $z>0$, is there a good way to find an integer $x\geq y$ such that $z=\binom x y$?
I could just guess and check a few values for x because in practice its range is relatively small but this makes me feel dumb.