What is the symbol used to represent “combination with repetition?”

262 Views Asked by At

Does anyone know in which language is the capital H used to represent combination with repetition, like C being used to represent combination without repetition?

1

There are 1 best solutions below

0
On

To answer the title question, $$\left(\binom{n}{k}\right)=\binom{n+k-1}{k}$$ is called $n$ multichoose $k$.