Let $T_n$ be the number of labelled trees on $n$ vertices, then
$$ T_n=\sum_kk\binom{n-2}{k-1}T_kT_{n-k} \tag{1}$$
Using this question, I was able to prove that
$$ T_n= \frac{n}{2} \ \sum\binom{n-2}{k-1}T_kT_{n-k} .$$
But I don't know how to prove $(1)$. Can anyone help me please?