Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A049505
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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.

Adjacent sequences: A049502 A049503 A049504 this_sequence A049506 A049507 A049508

Sequence in context: A066205 A113147 A062499 this_sequence A136518 A005613 A005616

KEYWORD

nonn,nice,easy

AUTHOR

njas

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 11 09:12 EDT 2008. Contains 144832 sequences.


AT&T Labs Research