count_ssytx {syt}R Documentation

Number of semistandard Young tableaux

Description

Number of semistandard Young tableaux of a given shape and filled with integers between 1 and a given n.

Usage

count_ssytx(lambda, n)

Arguments

lambda

an integer partition, the shape

n

an integer, the maximum value of the entries (the minimum value is 1)

Value

The number of semistandard Young tableaux with shape lambda and filled with integers between 1 and n.

See Also

KostkaNumber.

Examples

count_ssytx(c(4, 3, 3, 2), 5)

[Package syt version 0.5.0 Index]