combinat::modStirling – modified Stirling numbers

combinat::modStirling computes the modified Stirling numbers.

→ Examples

Call:

combinat::modStirling(q, n, k)

Parameters:

q

the argument: an integer

n

the number of variables: a nonnegative integer

k

the degree: a nonnegative integer

Return Value:

a positive integer.

Details:

combinat::modStirling(q,n,k) takes the elementary symmetric polynomial in n variables of degree k and evaluates it for the values math. Note that k must not be greater than n.

Example 1:

combinat::modStirling(2,4,2)

math