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!)
A323530 Number of square plane partitions of n with strictly decreasing rows and columns. 3
1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 4, 5, 8, 10, 15, 18, 25, 30, 39, 46, 58, 67, 82, 94, 112, 127, 149, 168, 194, 218, 251, 282, 324, 368, 425, 489, 573, 670, 797, 952, 1148, 1392, 1703, 2086, 2568, 3168, 3908, 4823, 5947, 7318, 8986, 11012, 13443, 16371, 19866 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
EXAMPLE
The a(12) = 8 plane partitions:
[12]
.
[5 4] [6 3] [7 2] [5 3] [6 2] [4 3] [5 2]
[2 1] [2 1] [2 1] [3 1] [3 1] [3 2] [4 1]
MATHEMATICA
Table[Sum[Length[Select[Tuples[IntegerPartitions[#, {Length[ptn]}]&/@ptn], And@@Greater@@@#&&And@@Greater@@@Transpose[#]&]], {ptn, IntegerPartitions[n]}], {n, 30}]
CROSSREFS
Sequence in context: A035946 A303939 A326446 * A271593 A131945 A240308
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 17 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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)