OFFSET
0,3
COMMENTS
For strictly increasing columns, see A100883.
EXAMPLE
The a(5) = 16 tableaux:
5 1 1 1 1 1
.
1 2 1 1 1 1 1 1 1 1 1 1 1 1
4 3 3 2 1 1 1
.
1 1 1 1 1 1 1 1 1
1 2 1 1 1 1
3 2 2 1 1
.
1 1 1
1 1
1 1
2 1
.
1
1
1
1
1
MATHEMATICA
comps[q_]:=Table[Table[Take[q, {Total[Take[c, i-1]]+1, Total[Take[c, i]]}], {i, Length[c]}], {c, Join@@Permutations/@IntegerPartitions[Length[q]]}];
Table[Sum[Length[Select[comps[ptn], And@@SameQ@@@#&&GreaterEqual@@Length/@#&]], {ptn, Sort/@IntegerPartitions[n]}], {n, 10}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 19 2019
EXTENSIONS
a(21)-a(40) from Seiichi Manyama, Aug 20 2020
STATUS
approved
