Honestly, I have no idea if I put the correct tag on this question, and I don't even know where to begin to solve an equation like this: $$ f(d,n)=\sum_{i=1}^n\binom{d}{i}. $$
Could someone explain what the "d" over the "i" inside the parenthesis means? I'm attempting to solve for when d is equal to 20, n is equal to 3, but I can't work out what I'm supposed to do here.
Thanks all!
${d \choose i}$ is read as "d choose i" and is called a binomial coefficient. It is given by the formula $\frac{d!}{i!(d-i)!}$.