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.

A003452 Number of nonequivalent dissections of an n-gon into 3 polygons by nonintersecting diagonals rooted at a cell up to rotation and reflection.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Number of dissections of regular n-gon into 3 polygons with reflection and rooted at a cell. - Sean A. Irvine, May 14 2015

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

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