Trinomial Summation Equation

21 Views Asked by At

I was looking at how to find trinomial coefficients with code and I was puzzled with this equation.

$$\binom n k _2 = \binom{n}{-k}_2$$ I know that (nCk) represents n choose k but what does the 2 at the bottom right do compared to binomial?