I have the following sum:
$$\sum_{i=0}^n\sum_{j=0}^{n-i}a_{i,j}r^is^jt^{n-i-j}u^{2n-2i-j},$$
which I'd like to get into the form
$$\sum_{k=0}^{2n}\lambda_ku^k.$$
In the case $n=3$ I have formed the following analysis of the indices table:
$$\begin{array}{c|c|c} i&j&6-2i-j\\ \hline 0&0&6\\ 0&1&5\\ 0&2&\textbf{4}\\ 0&3&\textbf{3}\\ \hline 1&0&\textbf{4}\\ 1&1&\textbf{3}\\ 1&2&\textit{2}\\ \hline 2&0&\textit{2}\\ 2&1&1\\ \hline 3&0&0 \end{array}$$
The bold and italic terms could clearly be grouped together, so obviously yes it can be written in the form described, but is there a nice formula for any $n$ ?