The problem asks to find the functional equations for the generating functions whose coefficients satisfy $$ a_n = \sum_{i=0}^{n-1} a_i a_{n-1-i}\,\, (n\geq1), a_0 = 1 $$
There's an example that's similar to it in the text, prior to the exercises, but all I'm doing is mimicking. I don't understand how to solve this and what the double coefficient in the summand mean (an intuitive explanation would be very much appreciated).
Consider the generating function of $a_k$ $$ f(x)=\sum_{k=0}^\infty a_kx^k\tag{1} $$ Apply the recursion above: $$ \begin{align} f(x) &=\sum_{k=0}^\infty a_kx^k\\ &=1+\sum_{k=1}^\infty\sum_{j=0}^{k-1}a_ja_{k-j-1}x^k\\ &=1+x\sum_{k=1}^\infty\sum_{j=0}^{k-1}a_ja_{k-j-1}x^jx^{k-j-1}\\ &=1+x\sum_{k=0}^\infty\sum_{j=0}^\infty a_jx^j\,a_kx^k\\ &=1+xf(x)^2\tag{2} \end{align} $$ The steps in $(2)$ are related to the Cauchy Product Formula.
Solving $(2)$ for $f(x)$ with the quadratic formula and applying the binomial theorem to $(1-4x)^{1/2}$ yields $$ \begin{align} f(x) &=\frac{1-\sqrt{1-4x}}{2x}\\ &=\sum_{k=0}^\infty\frac1{k+1}\binom{2k}{k}x^k\tag{3} \end{align} $$ Comparing $(1)$ and $(3)$, we get $$ a_k=\frac1{k+1}\binom{2k}{k}\tag{4} $$ Note that these are the Catalan Numbers. You can see the recursion above here.
Binomial Expansion of $\boldsymbol{(1-4x)^{1/2}}$
$$ \begin{align} (1-4x)^{1/2} &=1+\frac{\frac12}{1}(-4x)+\frac{\frac12(-\frac12)}{1\cdot2}(-4x)^2 +\frac{\frac12(-\frac12)(-\frac32)}{1\cdot2\cdot3}(-4x)^3+\dots\\ &=1-\sum_{k=1}^\infty\frac{(2k-3)!!}{2^kk!}4^kx^k\\ &=1-\sum_{k=1}^\infty\frac{(2k-2)!}{2^{k-1}(k-1)!k!}2^kx^k\\ &=1-\sum_{k=1}^\infty\frac2k\binom{2k-2}{k-1}x^k\tag{5} \end{align} $$ Thus, $$ \begin{align} \frac{1-\sqrt{1-4x}}{2x} &=\sum_{k=1}^\infty\frac1k\binom{2k-2}{k-1}x^{k-1}\\ &=\sum_{k=0}^\infty\frac1{k+1}\binom{2k}{k}x^k\tag{6} \end{align} $$