I know that the generating function for the Catalan numbers sequence$$1 + 2x + 5x^2 + 14x^3 + ....$$ is $$C(x) = \frac{1 \pm \sqrt{1-4x}}{2x}$$
But I want to know why do choose $$C(x) = \frac{1 - \sqrt{1-4x}}{2x}$$
over the plus $$C(x) = \frac{1 + \sqrt{1-4x}}{2x}$$
Is there a simple explanation for that ?
We know from the series expansion that $C(0)=1$, so
$$1=C(0)=\lim_{x\to 0}\frac{1\pm\sqrt{1-4x}}{2x}\;.$$
If we choose the plus sign, the limit clearly doesn’t exist, since the numerator approaches $2$ while the denominator approaches $0$. Thus, we take the minus sign, so that the limit is a $\frac00$ indeterminate form, and verify that it actually is $1$.