Plane partition

File:BeispielPlanePartition.jpg

In mathematics and especially in combinatorics, a plane partition is a two-dimensional array of nonnegative integers \pi_{i,j} (with positive integer indices i and j) that is nonincreasing in both indices. This means that

: \pi_{i,j} \ge \pi_{i,j+1} and \pi_{i,j} \ge \pi_{i+1,j} for all i and j.

Moreover, only finitely many of the \pi_{i, j} may be nonzero. Plane partitions are a generalization of partitions of an integer.

A plane partition may be represented visually by the placement of a stack of \pi_{i,j} unit cubes above the point (i, j) in the plane, giving a three-dimensional solid as shown in the picture. The image has matrix form

: \begin{matrix}

4 & 4 & 3 & 2 & 1\\

4 & 3 & 1 & 1\\

3 & 2 & 1\\

1

\end{matrix}

Plane partitions are also often described by the positions of the unit cubes. From this point of view, a plane partition can be defined as a finite subset \mathcal{P} of positive integer lattice points (i, j, k) in \mathbb{N}^3, such that if (r, s, t) lies in \mathcal{P} and if (i, j, k) satisfies 1\leq i\leq r, 1\leq j\leq s, and 1\leq k\leq t, then (i, j, k) also lies in \mathcal{P}.

The sum of a plane partition is

: n=\sum_{i,j} \pi_{i,j} .

The sum describes the number of cubes of which the plane partition consists. Much interest in plane partitions concerns the enumeration of plane partitions in various classes. The number of plane partitions with sum n is denoted by PL(n). For example, there are six plane partitions with sum 3

: \begin{matrix} 3 \end{matrix}

\qquad \begin{matrix} 2 & 1 \end{matrix}

\qquad \begin{matrix} 1 & 1 & 1 \end{matrix}

\qquad \begin{matrix} 2 \\ 1 \end{matrix}

\qquad \begin{matrix} 1 & 1 \\ 1 \end{matrix}

\qquad \begin{matrix} 1 \\ 1 \\ 1 \end{matrix}

so PL(3) = 6.

Plane partitions may be classified by how symmetric they are. Many symmetric classes of plane partitions are enumerated by simple product formulas.

Generating function of plane partitions

The generating function for PL(n) isRichard P. Stanley, Enumerative Combinatorics, Volume 2. Corollary 7.20.3.

: \sum_{n=0}^\infty \operatorname{PL}(n) x^n = \prod_{k=1}^\infty \frac{1}{(1-x^k)^k} = 1+x+3x^2+6x^3+13x^4+24x^5+\cdots\qquad{{OEIS|id=A000219}}.

It is sometimes referred to as the MacMahon function, as it was discovered by Percy A. MacMahon.

This formula may be viewed as the 2-dimensional analogue of Euler's product formula for the number of integer partitions of n. There is no analogous formula known for partitions in higher dimensions (i.e., for solid partitions).R.P. Stanley, Enumerative Combinatorics, Volume 2. pp. 365, 401–2. The asymptotics for plane partitions were first calculated by E. M. Wright.E. M. Wright, Asymptotic partition formulae I. Plane partitions, The Quarterly Journal of Mathematics 1 (1931) 177–189. One obtains, for large n , that{{efn|Here the typographical error (in Wright's paper) has been corrected, pointed out by Mutafchiev and Kamenov.L. Mutafchiev and E. Kamenov, "Asymptotic formula for the number of plane partitions of positive integers", Comptus Rendus-Academie Bulgare Des Sciences 59 (2006), no. 4, 361.}}

:

\operatorname{PL}(n)\sim \frac{ \zeta(3)^{7/36}}{\sqrt{12\pi}}\ \left(\frac{n}{2}\right)^{-25/36} \ \exp\left(3\ \zeta(3)^{1/3} \left(\frac{n}2\right)^{2/3}+ \zeta'(-1)\right) .

Evaluating numerically yields

:

\ln \operatorname{PL}(n) \sim 2.00945n^{2/3} -0.69444 \ln n -1.4631.

= Plane partitions in a box =

Around 1896, MacMahon set up the generating function of plane partitions that are subsets of the r \times s \times t box \mathcal{B}(r,s,t)=\{(i,j,k)|1\leq i\leq r, 1\leq j\leq s, 1\leq k\leq t\}

in his first paper on plane partitions.{{cite journal|last1=MacMahon|first1=Percy A.|date=1896|title=XVI. Memoir on the theory of the partition of numbers.-Part I|journal=Philosophical Transactions of the Royal Society of London A: Mathematical, Physical and Engineering Sciences|volume=187|pages=Article 52}} The formula is given by

\sum_{\pi\in\mathcal{B}(r,s,t)}q^

\pi
=\prod_{i=1}^r\prod_{j=1}^s\frac{1-q^{i+j+t-1}}{1-q^{i+j-1}}

A proof of this formula can be found in the book Combinatory Analysis written by MacMahon.{{Cite book|title=Combinatory Analysis Vol 2|last=MacMahon|first=Major Percy A.|publisher=Cambridge University Press|year=1916|pages=§495}} MacMahon also mentions the generating functions of plane partitions.{{Cite book|last=MacMahon|first=Major Percy A.|date=1916|title=Combinatory Analysis|publisher=Cambridge University Press|volume=2|pages=§429}} The formula for the generating function can be written in an alternative way, which is given by

\sum_{\pi\in\mathcal{B}(r,s,t)}q^

\pi
=\prod_{i=1}^r\prod_{j=1}^s\prod_{k=1}^t\frac{1-q^{i+j+k-1}}{1-q^{i+j+k-2}}

Multiplying each component by \textstyle\frac{1-q}{1-q}, and setting q = 1 in the formulas above yields that the total number N_1(r, s, t) of plane partitions that fit in the r \times s \times t box \mathcal{B}(r,s,t) is equal to the following product formula:{{Cite book|title=Combinatory Analysis|last=MacMahon|first=Major Percy A.|publisher=Cambridge University Press|year=1916|pages=§429,§494}}

N_1(r,s,t)=\prod_{(i,j,k)\in \mathcal{B}(r,s,t)}\frac{i+j+k-1}{i+j+k-2}=\prod_{i=1}^{r}\prod_{j=1}^{s}\frac{i+j+t-1}{i+j-1}.

The planar case (when t = 1) yields the binomial coefficients:

: \mathcal{B}(r,s,1) = \binom{r+s}{r}.

The general solution is

:\begin{align}

\mathcal{B}(r,s,t) &= \prod_{k=1}^t \frac{(r+s+k-1)!(k-1)!}{(r+k-1)!(s+k-1)!}

\\&= \prod_{k=1}^t \frac{\binom{r+s+k-1}{r+k-1}\binom{r+s+k-1}{s+k-1}}{\binom{r+s+k-1}{r}\binom{s+k-1}{s}}

\end{align}

The isometric projection of the unit cubes representing a plane partition in a box gives a bijection between these plane partitions and rhombus tilings of a hexagon with the same edge lengths as the box.

Special plane partitions

Special plane partitions include symmetric, cyclic and self-complementary plane partitions, and combinations of these properties.

In the subsequent sections, the enumeration of special sub-classes of plane partitions inside a box are considered.

These articles use the notation N_i(r,s,t) for the number of such plane partitions, where {{mvar|r}}, {{mvar|s}}, and {{mvar|t}} are the dimensions of the box under consideration, and {{mvar|i}} is the index for the case being considered.

= Action of ''S''<sub>2</sub>, ''S''<sub>3</sub> and ''C''<sub>3</sub> on plane partitions =

\mathcal{S}_2 is the group of permutations acting on the first two coordinates of a point. This group contains the identity, which sends (i, j, k) to itself, and the transposition (i, j, k) → (j, i, k). The number of elements in an orbit \eta is denoted by |\eta|. \mathcal{B}/\mathcal{S}_2 denotes the set of orbits of elements of \mathcal{B} under the action of \mathcal{S}_2. The height of an element (i, j, k) is defined by

ht(i,j,k)=i+j+k-2.

The height increases by one for each step away from the back right corner. For example, the corner position (1, 1, 1) has height 1 and ht(2, 1, 1) = 2. The height of an orbit is defined to be the height of any element in the orbit. This notation of the height differs from the notation of Ian G. Macdonald.

There is a natural action of the permutation group \mathcal{S}_3 on a Ferrers diagram of a plane partition—this corresponds to simultaneously permuting the three coordinates of all nodes. This generalizes the conjugation operation for integer partitions. The action of \mathcal{S}_3 can generate new plane partitions starting from a given plane partition. Below there are shown six plane partitions of 4 that are generated by the \mathcal{S}_3 action. Only the exchange of the first two coordinates is manifest in the representation given below.

:

\begin{smallmatrix} 3 & 1 \end{smallmatrix} \quad

\begin{smallmatrix} 3 \\ 1 \end{smallmatrix} \quad

\begin{smallmatrix} 2 & 1 & 1\end{smallmatrix} \quad

\begin{smallmatrix} 2 \\ 1 \\ 1 \end{smallmatrix} \quad

\begin{smallmatrix} 1 & 1 & 1 \\ 1 \end{smallmatrix} \quad

\begin{smallmatrix} 1 & 1 \\ 1 \\ 1 \end{smallmatrix}

\mathcal{C}_3 is called the group of cyclic permutations and consists of

:

(i,j,k)\rightarrow(i,j,k), \quad (i,j,k)\rightarrow(j,k,i), \quad \text{and }\quad (i,j,k)\rightarrow(k,i,j).

= Symmetric plane partitions =

A plane partition \pi is called symmetric if {{pi}}i,j = {{pi}}j,i for all i, j. In other words, a plane partition is symmetric if (i, j, k)\in \mathcal{B}(r,s,t) if and only if (j, i, k) \in\mathcal{B}(r,s,t). Plane partitions of this type are symmetric with respect to the plane x = y. Below is an example of a symmetric plane partition and its visualisation.

File:SymmetricPlanePartitions.jpg

: \begin{matrix} 4 &3 &3 &2 &1\\

3 &3 &2 &1 &\\

3 &2 &2 &1 &\\

2 &1 &1 & & \\

1 & & & & \end{matrix}

In 1898, MacMahon formulated his conjecture about the generating function for symmetric plane partitions which are subsets of \mathcal{B}(r,r,t).{{Cite journal|last=MacMahon|first=Percy Alexander|date=1899|title=Partitions of numbers whose graphs possess symmetry|journal=Transactions of the Cambridge Philosophical Society|volume=17}} This conjecture is called The MacMahon conjecture. The generating function is given by

\sum_{\pi\in\mathcal{B}(r,r,t)/\mathcal{S}_2}q^

\pi
=\prod_{i=1}^r\left[\frac{1-q^{t+2i-1}}{1-q^{2i-1}}\prod_{j=i+1}^r\frac{1-q^{2(i+j+t-1)}}{1-q^{2(i+j-1)}}\right]

Macdonald{{Cite book|title=Symmetric Functions and Hall Polynomials|last=Macdonald|first=Ian G.|publisher=Clarendon Press|year=1998|isbn=9780198504504|pages=20f, 85f}} pointed out that Percy A. MacMahon's conjecture reduces to

: \sum_{\pi\in\mathcal{B}(r,r,t)/\mathcal{S}_2}q^

\pi
=\prod_{\eta\in\mathcal{B}(r,r,t)/\mathcal{S}_2}\frac{1-q^{|\eta|(1+ht(\eta))}}{1-q^{|\eta|ht(\eta)}}

In 1972 Edward A. Bender and Donald E. Knuth conjectured{{Cite journal|author=Bender|author2=Knuth|name-list-style=amp|date=1972|title=Enumeration of plane partitions|journal=Journal of Combinatorial Theory, Series A|volume=13|pages=40–54|doi=10.1016/0097-3165(72)90007-6|doi-access=}} a simple closed form for the generating function for plane partition which have at most r rows and strict decrease along the rows. George Andrews showed{{Cite journal|last=Andrews|first=George E.|date=1977|title=Plane partitions II: The equivalence of the Bender-Knuth and MacMahon conjectures|journal=Pacific Journal of Mathematics|volume=72|issue=2|pages=283–291|doi=10.2140/pjm.1977.72.283|doi-access=free}} that the conjecture of Bender and Knuth and the MacMahon conjecture are equivalent. MacMahon's conjecture was proven almost simultaneously by George Andrews in 1977{{Cite journal|last=Andrews|first=George|date=1975|title=Plane Partitions (I): The Mac Mahon Conjecture|journal=Adv. Math. Suppl. Stud.|volume=1}} and later Ian G. Macdonald presented an alternative proof.{{Cite book|title=Symmetric Functions and Hall Polynomials|last=Macdonald|first=Ian G.|publisher=Clarendon Press|year=1998|isbn=9780198504504|pages=83–86}} When setting q = 1 yields the counting function N_2(r,r,t) which is given by

: N_2(r,r,t)=\prod_{i=1}^{r}\frac{2i+t-1}{2i-1}\prod_{1\leq i< j\leq r}\frac{i+j+t-1}{i+j-1}

For a proof of the case q = 1 please refer to George Andrews' paper MacMahon's conjecture on symmetric plane partitions.{{Cite journal|last=Andrews|first=George E.|date=1977|title=MacMahon's conjecture on symmetric plane partitions|journal=Proceedings of the National Academy of Sciences|volume=74|issue=2|pages=426–429|doi=10.1073/pnas.74.2.426|pmid=16592386|pmc=392301|bibcode=1977PNAS...74..426A|doi-access=free}}

= Cyclically symmetric plane partitions =

{{pi}} is called cyclically symmetric, if the i-th row of \pi is conjugate to the i-th column for all i. The i-th row is regarded as an ordinary partition. The conjugate of a partition \pi is the partition whose diagram is the transpose of partition \pi. In other words, the plane partition is cyclically symmetric if whenever (i,j,k)\in\mathcal{B}(r,s,t) then (k, i, j) and (j, k, i) also belong to \mathcal{B}(r,s,t). Below an example of a cyclically symmetric plane partition and its visualization is given.

File:CyclicallySymmetricPlanePartitions M.jpg

: \begin{matrix}

6 &5 &5 &4 &3 &3\\

6 &4 &3 &3 &1 &\\

6 &4 &3 &1 &1 &\\

4 &2 &2 &1 & &\\

3 &1 &1 & & &\\

1 &1 &1 & & &

\end{matrix}

Macdonald's conjecture provides a formula for calculating the number of cyclically symmetric plane partitions for a given integer r. This conjecture is called The Macdonald conjecture. The generating function for cyclically symmetric plane partitions which are subsets of \mathcal{B}(r,r,r) is given by

: \sum_{\pi\in\mathcal{B}(r,r,r)/\mathcal{C}_3}q^

\pi
=\prod_{\eta\in\mathcal{B}(r,r,r)/\mathcal{C}_3}\frac{1-q^{|\eta|(1+ht(\eta))}}{1-q^{|\eta|ht(\eta)}}

This equation can also be written in another way

: \prod_{\eta\in\mathcal{B}(r,r,r)/\mathcal{C}_3}\frac{1-q^{|\eta|(1+ht(\eta))}}{1-q^{|\eta|ht(\eta)}}=\prod_{i=1}^r\left[\frac{1-q^{3i-1}}{1-q^{3i-2}}\prod_{j=i}^r\frac{1-q^{3(r+i+j-1)}}{1-q^{3(2i+j-1)}}\right]

In 1979, Andrews proved Macdonald's conjecture for the case q = 1 as the "weak" Macdonald conjecture.{{Cite journal|last=Andrews|first=George E.|date=1979|title=Plane Partitions(III): The Weak Macdonald Conjecture|journal=Inventiones Mathematicae|volume=53|issue=3|pages=193–225|doi=10.1007/bf01389763|bibcode=1979InMat..53..193A|s2cid=122528418}} Three years later William H. Mills, David Robbins and Howard Rumsey proved the general case of Macdonald's conjecture in their paper Proof of the Macdonald conjecture.{{Cite journal|author1=Mills|author2=Robbins|author3=Rumsey|date=1982|title=Proof of the Macdonald conjecture|journal=Inventiones Mathematicae|volume=66|pages=73–88|doi=10.1007/bf01404757|bibcode=1982InMat..66...73M|s2cid=120926391}} The formula for N_3(r,r,r) is given by the "weak" Macdonald conjecture

:

N_3(r,r,r)=\prod_{i=1}^{r}\left[\frac{3i-1}{3i-2}\prod_{j=i}^r\frac{i+j+r-1}{2i+j-1}\right]

= Totally symmetric plane partitions =

A totally symmetric plane partition \pi is a plane partition which is symmetric and cyclically symmetric. This means that the diagram is symmetric at all three diagonal planes, or in other words that if (i, j, k)\in\mathcal{B}(r,s,t) then all six permutations of (i, j, k) are also in \mathcal{B}(r,s,t). Below an example of a matrix for a totally symmetric plane partition is given. The picture shows the visualisation of the matrix.

File:TotalSymmetricPlanePartitions.jpg

: \begin{matrix}

5 &4 &4 &3 &1\\

4 &3 &3 &1 &\\

4 &3 &2 &1 &\\

3 &1 &1 & & \\

1 & & &&

\end{matrix}

Macdonald found the total number of totally symmetric plane partitions that are subsets of \mathcal{B}(r,r,r). The formula is given by

: N_4(r,r,r)=\prod_{\eta\in\mathcal{B}(r,r,r)/\mathcal{S}_3}\frac{1+ht(\eta)}{ht(\eta)}

In 1995 John R. Stembridge first proved the formula for N_4(r,r,r){{Cite journal|last=Stembridge|first=John R.|date=1995|title=The Enumeration of Totally Symmetric Plane Partitions|journal=Advances in Mathematics|volume=111|issue=2|pages=227–243|doi=10.1006/aima.1995.1023|doi-access=free}} and later in 2005 it was proven by George Andrews, Peter Paule, and Carsten Schneider.{{Cite journal|author1=Andrews|author2=Paule|author3=Schneider|date=2005|title=Plane Partitions VI: Stembridge's TSPP theorem|journal=Advances in Applied Mathematics|volume=34|issue=4|pages=709–739|doi=10.1016/j.aam.2004.07.008|doi-access=free}} Around 1983 Andrews and Robbins independently stated an explicit product formula for the orbit-counting generating function for totally symmetric plane partitions.{{Cite book|title=Proofs and Confirmations|last=Bressoud|first=David M.|publisher=Cambridge University Press|year=1999|isbn=9781316582756|pages=conj. 13}}{{Cite journal|last=Stanley|first=Richard P.|date=1970|title=A Baker's dozen of conjectures concerning plane partitions|journal=Combinatoire énumérative|pages=285–293}} This formula already alluded to in George E. Andrews' paper Totally symmetric plane partitions which was published 1980.{{Cite journal|last=Andrews|first=George|date=1980|title=Totally symmetric plane partitions|journal=Abstracts Amer. Math. Soc|volume=1|pages=415}} The conjecture is called The q-TSPP conjecture and it is given by:

Let \mathcal{S}_3 be the symmetric group. The orbit counting function for totally symmetric plane partitions that fit inside \mathcal{B}(r,r,r) is given by the formula

: \sum_{\pi\in\mathcal{B}(r,r,r)/\mathcal{S}_3}q^

\pi
=\prod_{\eta\in\mathcal{B}(r,r,r)/\mathcal{S}_3}\frac{1-q^{1+ht(\eta)}}{1-q^{ht(\eta)}} = \prod_{1\leq i\leq j\leq k\leq r} \frac{1-q^{i+j+k-1}}{1-q^{i+j+k-2}}.

This conjecture was proved in 2011 by Christoph Koutschan, Manuel Kauers and Doron Zeilberger.{{Cite journal|author1=Koutschan|author2=Kauers|author3=Zeilberger|date=2011|title=A proof of George Andrews' and David Robbins' q-TSPP conjecture|journal=PNAS|volume=108|issue=6|pages=2196–2199|doi=10.1073/pnas.1019186108|pmc=3038772|arxiv=1002.4384|bibcode=2011PNAS..108.2196K|s2cid=12077490|doi-access=free}}

= Self-complementary plane partitions =

If \pi_{i,j}+\pi_{r-i+1,s-j+1}=t for all 1\leq i \leq r, 1\leq j \leq s, then the plane partition is called self-complementary. It is necessary that the product r\cdot s\cdot t is even. Below an example of a self-complementary symmetric plane partition and its visualisation is given.

File:SelfComplementaryPlanePartition M.jpg

: \begin{matrix}

4 &4 &3 &2 &1\\

4 &2 &2 &2 &\\

3 &2 &1 & &

\end{matrix}

Richard P. Stanley{{Cite journal|last=Stanley|first=Richard P.|date=1986|title=Symmetries of Plane Partitions|journal=Journal of Combinatorial Theory, Series A|volume=43|pages=103–113|doi=10.1016/0097-3165(86)90028-2|url=http://www-math.mit.edu/~rstan/pubs/pubfiles/65.pdf}} conjectured formulas for the total number of self-complementary plane partitions N_5(r,s,t). According to Stanley, Robbins also formulated formulas for the total number of self-complementary plane partitions in a different but equivalent form. The total number of self-complementary plane partitions that are subsets of \mathcal{B}(r,s,t) is given by

: N_5(2r,2s,2t)=N_1(r,s,t)^2

: N_5(2r+1,2s,2t)=N_1(r,s,t)N_1(r+1,s,t)

: N_5(2r+1,2s+1,2t)=N_1(r+1,s,t)N_1(r,s+1,t)

It is necessary that the product of r,s and t is even. A proof can be found in the paper Symmetries of Plane Partitions which was written by Stanley.{{Cite journal|date=1986|title=Erratum|journal=Journal of Combinatorial Theory|volume=43|pages=310}} The proof works with Schur functions s_{s^r}(x). Stanley's proof of the ordinary enumeration of self-complementary plane partitions yields the q-analogue by substituting x_i=q^i for i=1,\ldots,n.{{Cite journal|last=Eisenkölbl|first=Theresia|date=2008|title=A Schur function identity related to the (−1)-enumeration of self complementary plane partitions|journal=Journal of Combinatorial Theory, Series A|volume=115|issue=2 |pages=199–212|doi=10.1016/j.jcta.2007.05.004|doi-access=free}} This is a special case of Stanley's hook-content formula.{{Cite journal|last=Stanley|first=Richard P.|date=1971|title=Theory and Application of Plane Partitions. Part 2|journal=Studies in Applied Mathematics|volume=50|issue=3|pages=259–279|doi=10.1002/sapm1971503259}} The generating function for self-complementary plane partitions is given by

: s_{\gamma^\alpha}(q,q^2,\ldots,q^n)=q^{\gamma\alpha(\alpha+1)/2}\prod_{i=1}^\alpha \prod_{j=0}^{\gamma-1}\frac{1-q^{i+n-\alpha+j}}{1-q^{i+j}}

Substituting this formula in

: s_{s^r}(x_1,x_2,\ldots,x_{t+r})^2 \ \text{ for } \mathcal{B}(2r,2s,2t)

: s_{s^r}(x_1,x_2,\ldots,x_{t+r}) s_{(s+1)^r}(x_1,x_2,\ldots,x_{t+r}) \text{ for } \mathcal{B}(2r,2s+1,2t)

: s_{s^{r+1}}(x_1,x_2,\ldots,x_{t+r+1}) s_{s^r}(x_1,x_2,\ldots,x_{t+r+1}) \text{ for } \mathcal{B}(2r+1,2s,2t+1)

supplies the desired q-analogue case.

= Cyclically symmetric self-complementary plane partitions =

A plane partition \pi is called cyclically symmetric self-complementary if it is cyclically symmetric and self-complementary. The figure presents a cyclically symmetric self-complementary plane partition and the according matrix is below.

File:CyclicallySymmetricSelfCoplementary.jpg

: \begin{matrix}

4 &4 &4 &1\\

3 &3 &2 &1\\

3 &2 &1 &1\\

3 & & &

\end{matrix}

In a private communication with Stanley, Robbins conjectured that the total number of cyclically symmetric self-complementary plane partitions is given by N_6(2r,2r,2r). The total number of cyclically symmetric self-complementary plane partitions is given by

: N_6(2r,2r,2r)=D_r^2

D_r is the number of r\times r alternating sign matrices. A formula for D_r is given by

: D_r=\prod_{j=0}^{r-1}\frac{(3j+1)!}{(r+j)!}

Greg Kuperberg proved the formula for N_6(r,r,r) in 1994.{{Cite journal|last=Kuperberg|first=Greg|date=1994|title=Symmetries of plane partitions and the permanent-determinant method|journal=Journal of Combinatorial Theory, Series A|volume=68|pages=115–151|doi=10.1016/0097-3165(94)90094-9|arxiv=math/9410224|bibcode=1994math.....10224K|s2cid=14538036}}

= Totally symmetric self-complementary plane partitions =

A totally symmetric self-complementary plane partition is a plane partition that is both totally symmetric and self-complementary. For instance, the matrix below is such a plane partition; it is visualised in the accompanying picture.

File:TotallySymmetricSelfCoplementary.jpg

: \begin{matrix}

6 &6 &6 &5 &5 &3\\

6 &5 &5 &3 &3 &1\\

6 &5 &5 &3 &3 &1\\

5 &3 &3 &1 &1 & \\

5 &3 &3 &1 &1 & \\

3 &1 &1 & & &

\end{matrix}

The formula N_7(r,r,r) was conjectured by William H. Mills, Robbins and Howard Rumsey in their work Self-Complementary Totally Symmetric Plane Partitions.{{Cite journal|author1=Mills|author2=Robbins|author3=Rumsey|date=1986|title=Self-Complementary Totally Symmetric Plane Partitions|journal=Journal of Combinatorial Theory, Series A|volume=42|issue=2|pages=277–292|doi=10.1016/0097-3165(86)90098-1|doi-access=}} The total number of totally symmetric self-complementary plane partitions is given by

: N_7(2r,2r,2r)=D_r

Andrews proves this formula in 1994 in his paper Plane Partitions V: The TSSCPP Conjecture.{{Cite journal|last=Andrews|first=George E.|date=1994|title=Plane Partitions V: The TSSCPP Conjecture|journal=Journal of Combinatorial Theory, Series A|volume=66|pages=28–39|doi=10.1016/0097-3165(94)90048-5|doi-access=}}

See also

References

{{Reflist}}

{{notelist}}

  • G. Andrews, The Theory of Partitions, Cambridge University Press, Cambridge, 1998, {{isbn|0-521-63766-X}}
  • {{Citation | last1=Bender | first1=Edward A. | last2=Knuth | first2=Donald E. | author2-link=Donald Knuth | title=Enumeration of plane partitions | doi=10.1016/0097-3165(72)90007-6 |mr=0299574 | year=1972 | journal=Journal of Combinatorial Theory, Series A | issn=1096-0899 | volume=13 | pages=40–54| doi-access= }}
  • I.G. Macdonald, Symmetric Functions and Hall Polynomials, Oxford University Press, Oxford, 1999, {{isbn|0-19-850450-0}}
  • P.A. MacMahon, [http://www.hti.umich.edu/cgi/t/text/text-idx?c=umhistmath;idno=ABU9009 Combinatory analysis], 2 vols, Cambridge University Press, 1915–16.