combinat
numbcomp
the number of k-compositions of an integer
Calling Sequence
Parameters
Description
Examples
numbcomp(n, k)
n, k
-
any integers
The numbcomp command counts the number of distinct ordered k-tuples of positive integers whose elements sum to n. For information on the composition command, which constructs k-compositions, see the combinat[composition] help page.
Note that numbcomp⁡n,k⁢=nops⁡composition⁡n,k=binomial⁡n−1,k−1 for n,k>0 .
with⁡combinat,numbcomp
numbcomp⁡7,3
15
numbcomp⁡5,4
4
See Also
combinat[composition]
Download Help Document