The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A323432 Number of semistandard rectangular plane partitions of n. 7
1, 1, 2, 4, 6, 9, 15, 20, 30, 42, 59, 79, 112, 146, 199, 264, 350, 455, 603, 774, 1010, 1297, 1668, 2124, 2724, 3441, 4372, 5513, 6955, 8718, 10960, 13670, 17091, 21264, 26454, 32786, 40667, 50215, 62048, 76435, 94126 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Number of ways to fill a (not necessarily square) matrix with the parts of an integer partition of n so that the rows are weakly decreasing and the columns are strictly decreasing.
LINKS
EXAMPLE
The a(6) = 15 matrices:
[6] [51] [42] [411] [33] [321] [3111] [222] [2211] [21111] [111111]
.
[5] [4] [22]
[1] [2] [11]
.
[3]
[2]
[1]
MATHEMATICA
Table[Sum[Length[Select[Union[Tuples[IntegerPartitions[#, {k}]&/@ptn]], And@@(OrderedQ[#, Greater]&/@Transpose[#])&]], {ptn, IntegerPartitions[n]}, {k, Min[ptn]}], {n, 30}]
CROSSREFS
Sequence in context: A299494 A306597 A127740 * A327046 A024787 A266648
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 16 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 3 18:09 EDT 2024. Contains 373065 sequences. (Running on oeis4.)