I know the general path is that k=10 and n=4, so it somehow relates to ${13 \choose 3}$.
I know I'm missing a part due to the constraint that all elements are between 0 and 3.
For now, $${13 \choose 3}$$ is as far as I could possibly get.
I'm stuck at a standstill here, I'm looking at problems similar to this yet I'm unable to make the connection.
Thanks in advance.
Hint:
If some $x$ is $0$, you can't reach $10$. If some $x$ is $1$, the other three are $3$. If some $x$ is $2$, there's only one way to achieve $8$. Hence you permute $1,3,3,3$ and $2,2,3,3$ in all possible ways.