What is result following forlmula? If suppose $n=5$
$T(n)=\sum_{i=1}^n T(i-1) T(n-i)$
Now every $T$ call again $T(n)=\sum_{i=1}^n T(i-1) T(n-i)$ and we can't get exactly number!
I mean we can't get number from every $T$
So what is the result in the forlmula with $n=5$ ?