Let $a, b, c$ be positive integers. Deduce a formular for $$\sum_{i, j, k \geq 0 \\ i + j + k =n} {a\choose i}{b \choose j}{c \choose k}. $$
I think it should be $${a+b+c}\choose n$$
Proof. Let $A = \{a_i : 1 \leq i \leq a\}, B = \{b_i : 1 \leq i \leq b\}, C=\{c_i : 1 \leq i \leq c\}$ such that they are mutually disjoint. Let $D = A \cup B \cup C.$ Then $$\#ways \ to \ choose \ n \ elements \ from \ D = {{a+b+c}\choose {n}}.$$ Another way to do is to choose $i$ elements form $A$, $j$ elements form $B$ and $k$ elements from $C$ such that $i + j + k = n$. Sum over all possibility to get $$\sum_{i, j, k \geq 0 \\ i + j + k =n} {a\choose i}{b \choose j}{c \choose k} = {{a+b+c}\choose{n}}.$$
Is it correct ?
Your calculation is correct.
Here is an algebraic proof based upon the coefficient of operator $[x^k]$ to denote the coefficient of $x^k$ in a series. This way we can write e.g. \begin{align*} [x^k](1+x)^n=\binom{n}{k} \end{align*}
Comment:
In (1) we apply the binomial theorem.
In (2) we use the linearity of the coefficient of operator and apply the rule \begin{align*} [x^{p-q}]A(x)=[x^p]x^qA(x) \end{align*} We also set the upper limit of the sum to $n$, since the exponent $n-i$ of $x$ has to be non-negative.
In (3) we do same step with $(1+x)^b$ as we did in (2).
In (4) we select the coefficient of $[x^{n-i-j}]$.
In (5) we set $k:= n-i-j$ and sum over $i,j,k\geq 0$ by noting that $\binom{p}{q}=0$ if $q>p$.