combinat::modStirling
--
modified Stirling numbers
combinat::modStirling
computes the modified Stirling numbers.
combinat::modStirling(q, n, k)
q | - | the argument: an integer |
n | - | the number of variables: a nonnegative integer |
k | - | the degree: a nonnegative integer |
a positive integer.
combinat::modStirling
(q,n,k)
takes the elementary symmetric polynomial in n
variables of degree k
and evaluates it for the values
q+1
,..., q+n
. Note that k
must not be greater than
n
.>> combinat::modStirling(2,4,2)
119
MuPAD Combinat, an open source algebraic combinatorics package