Let $\{a_n\}$, $n \geqslant 0$, be a sequence of positive real numbers satisfying $\sum_{k=0}^{n}\binom n k a_ka_{n-k}=a_n^2$. Prove that $\{a_n\}$ is a geometric progression.
I have tried to consider the ratio of two consecutive terms, and apply Pascal's identity, but to no avail, as I do not know how to deal with the changes to the limits of the sum caused by the use of this identity. Are there any good methods for solving the above?
By induction we prove that $a_k = b2^k$.
Base: $a_0^2 = \binom{0}{0}a_0^2 = b^2$
IH: $a_n = b2^n$
$$\begin{align}a_{n+1}^2 &= \sum_{k=0}^{n+1}\binom{n+1}{k}a_ka_{n+1-k} \\ &= ba_{n+1} + \sum_{k=1}^{n}\binom{n+1}{k}b2^kb2^{n+1-k} + ba_{n+1} \\ &= 2ba_{n+1} + b^22^{n+1}(2^{n+1}-2)\end{align}$$
$$\implies a_{n+1}^2-2ba_{n+1} = (b2^{n+1})^2 - 2b(b2^{n+1})$$
$a_{n+1} = b2^{n+1}$