|
Search: id:A005157
|
|
|
| A005157 |
|
Number of totally symmetric plane partitions of n. (Formerly M1499)
|
|
+0 2
|
|
| 1, 2, 5, 16, 66, 352, 2431, 21760, 252586, 3803648, 74327145, 1885102080, 62062015500, 2652584509440, 147198472495020, 10606175914819584, 992340657705109416, 120567366227960791040, 19023173201224270401428, 3897937005297330777227264
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Also, number of 2-dimensional shifted complexes on n+1 nodes. [Klivans]
|
|
REFERENCES
|
D. M. Bressoud, Proofs and Confirmations, Camb. Univ. Press, 1999; Eq. (6.8), p. 198 (corrected).
C. Klivans, Obstructions to shiftedness, Discrete Comput. Geom., 33 (2005), 535-545.
R. P. Stanley, A baker's dozen of conjectures concerning plane partitions, pp. 285-293 of "Combinatoire Enumerative (Montreal 1985)", Lect. Notes Math. 1234, 1986.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..50
|
|
FORMULA
|
a(n)=product{i=1..n, product{j=i..n, product{k=j..n, (i+j+k-1)/(i+j+k-2)}}}; - Paul Barry (pbarry(AT)wit.ie), May 13 2008
|
|
MAPLE
|
A005157 := proc(n) local i, j; mul(mul((i+j+n-1)/(i+2*j-2), j=i..n), i=1..n); end;
|
|
CROSSREFS
|
Cf. A049505.
Sequence in context: A091139 A084785 A124551 this_sequence A019502 A019503 A019504
Adjacent sequences: A005154 A005155 A005156 this_sequence A005158 A005159 A005160
|
|
KEYWORD
|
nonn,nice,easy
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.002 seconds
|