A003452 Number of nonequivalent dissections of an n-gon into 3 polygons by nonintersecting diagonals rooted at a cell up to rotation and reflection.
2, 7, 15, 28, 45, 69, 98, 136, 180, 235, 297, 372, 455, 553, 660, 784, 918, 1071, 1235, 1420, 1617, 1837, 2070, 2328, 2600, 2899, 3213, 3556, 3915, 4305, 4712, 5152, 5610, 6103, 6615, 7164, 7733, 8341, 8970, 9640, 10332, 11067, 11825, 12628
Offset: 5
Keywords
References
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- Andrew Howroyd, Table of n, a(n) for n = 5..500
- P. Lisonek, Closed forms for the number of polygon dissections, Journal of Symbolic Computation 20 (1995), 595-601.
- Ronald C. Read, On general dissections of a polygon, Aequat. math. 18 (1978) 370-388.
Crossrefs
Cf. A003447.
Programs
-
PARI
\\ See A003447 for DissectionsModDihedralRooted() { my(v=DissectionsModDihedralRooted(apply(i->y+O(y^4), [1..40]))); apply(p->polcoeff(p, 3), v[5..#v]) } \\ Andrew Howroyd, Nov 24 2017
Extensions
More terms from Sean A. Irvine, May 14 2015
Name clarified by Andrew Howroyd, Nov 24 2017
Comments