"Source: Text/Incidence/Tableau.text";
"Line: 1143";
"Date: Fri Sep 26 12:10:10 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Incidence/Tableau.text, line: 1143
// Example: H158E13 ()
print "Example: H158E13";
ei := GetEchoInput();
SetEchoInput(true);
P := [ 3, 2];
S := StandardTableaux( P );
S;
 
#S eq NumberOfStandardTableaux( P );
assert $1;
SetEchoInput(ei);
