combinationsWithRep

combinationsWithRep(n, k)

Compute the number of combinations of n items taken k at a time with replacements.

Try it yourself:

All functions