count_sytx {syt}R Documentation

Number of standard Young tableaux

Description

Number of standard Young tableaux of a given shape.

Usage

count_sytx(lambda)

Arguments

lambda

an integer partition, the shape

Value

An integer, the number of standard Young tableaux of shape lambda.

See Also

all_sytx

Examples

count_sytx(c(5,4,1))
length(all_sytx(c(5,4,1)))

[Package syt version 0.4.0 Index]