login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033279 Number of diagonal dissections of an n-gon into 7 regions. 4
0, 429, 5005, 32032, 148512, 556920, 1790712, 5116320, 13302432, 32008977, 72177105, 153977824, 313112800, 610569960, 1147334760, 2086063200, 3682355040, 6329047725, 10617908301, 17424259776, 28021470400, 44233892560, 68638798800, 104830165440, 157759842240 (list; graph; refs; listen; history; text; internal format)
OFFSET
8,2
COMMENTS
Number of standard tableaux of shape (n-7,2,2,2,2,2,2) (n>=9). - Emeric Deutsch, May 21 2004
Number of short bushes with n+5 edges and 7 branch nodes (i.e. nodes with outdegree at least 2; a short bush is an ordered tree with no nodes of outdegree 1). Example: a(9)=429 because the only short bushes with 14 edges and 7 branch nodes are the four-hundred-twenty-nine full binary trees with 14 edges. Column 7 of A108263. - Emeric Deutsch, May 29 2005
LINKS
D. Beckwith, Legendre polynomials and polygon dissections?, Amer. Math. Monthly, 105 (1998), 256-257.
F. R. Bernhart, Catalan, Motzkin and Riordan numbers, Discr. Math., 204 (1999), 73-112.
FORMULA
a(n) = binomial(n+5, 6)*binomial(n-3, 6)/7.
G.f.: z^9(429-572z+429z^2-208z^3+65z^4-12z^5+z^6)/(1-z)^13. - Emeric Deutsch, May 29 2005
MATHEMATICA
Table[(Binomial[n+5, 6]Binomial[n-3, 6])/7, {n, 8, 40}] (* Harvey P. Dale, May 27 2013 *)
PROG
(PARI) vector(40, n, n+=7; binomial(n+5, 6)*binomial(n-3, 6)/7) \\ Michel Marcus, Jun 18 2015
CROSSREFS
Cf. A108263.
Sequence in context: A244104 A115133 A090200 * A145056 A064304 A264180
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)