cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A033281 Number of diagonal dissections of a convex (n+9)-gon into n+1 regions.

Original entry on oeis.org

1, 35, 616, 7644, 76440, 659736, 5116320, 36581688, 245402157, 1563837275, 9553624080, 56338955400, 322432175520, 1798432526880, 9809631964800, 52470868368240, 275857874141850, 1428186531145374
Offset: 0

Views

Author

Keywords

Comments

Number of standard tableaux of shape (n+1,n+1,1,1,1,1,1,1) (see Stanley reference). - Emeric Deutsch, May 20 2004
Number of increasing tableaux of shape (n+7,n+7) with largest entry 2n+8. An increasing tableau is a semistandard tableau with strictly increasing rows and columns, and set of entries an initial segment of the positive integers. - Oliver Pechenik, May 02 2014
a(n) = number of noncrossing partitions of 2n+8 into n+1 blocks all of size at least 2. - Oliver Pechenik, May 02 2014

Formula

a(n)=binomial(n+6, 6)*binomial(2n+8, n)/(n+1).