|
Search: id:A049505
|
|
|
| A049505 |
|
Number of symmetric plane partitions in n-cube. |
|
+0 4
|
|
| 1, 2, 10, 112, 2772, 151008, 18076916, 4751252480, 2740612658576, 3468301123758080, 9627912669442441500, 58618653300361405440000, 782683432110638830001250000, 22916694891747599820616089600000, 1471328419282772010324439370939640000
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
The first printing of the Bressoud book gives this formula in Eq. (6.8) as the number of totally symmetric plane partitions. For the correct formula for the number of totally symmetric plane partitions see A005157.
|
|
REFERENCES
|
D. M. Bressoud, Proofs and Confirmations, Camb. Univ. Press, 1999; Eq. (6.8), p. 198.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..40
|
|
FORMULA
|
Product_{1<=i<=j<=n} (i+j+n-1)/(i+j-1).
|
|
MAPLE
|
A049505 := proc(n) local i, j; mul(mul((i+j+n-1)/(i+j-1), j=i..n), i=1..n); end;
|
|
PROGRAM
|
(PARI) a(n)=prod(i=1, n, prod(j=i, n, (i+j+n-1)/(i+j-1)))
|
|
CROSSREFS
|
Main diagonal of array A102539.
Main diagonal of array in A073165.
Sequence in context: A066205 A113147 A062499 this_sequence A136518 A168369 A005613
Adjacent sequences: A049502 A049503 A049504 this_sequence A049506 A049507 A049508
|
|
KEYWORD
|
nonn,nice,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|