numbcomp - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


combinat

  

numbcomp

  

the number of k-compositions of an integer

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

numbcomp(n, k)

Parameters

n, k

-

any integers

Description

• 

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 numbcompn,k=nopscompositionn,k=binomialn1,k1 for n,k>0 .

Examples

withcombinat,numbcomp

numbcomp

(1)

numbcomp7,3

15

(2)

numbcomp5,4

4

(3)

See Also

combinat[composition]