combinat::modStirling
--
modified Stirling numberscombinat::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 then
n
.>> combinat::modStirling(2,4,2)
119