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.

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

Original entry on oeis.org

1, 3, 15, 81, 422, 2124, 10223, 47813, 218130, 977354, 4315130, 18833538, 81424236, 349303352, 1488748719, 6310303727, 26621551418, 111854042306, 468309841090, 1954642186302, 8136002036672, 33782928166668, 139971138117190, 578803145957026
Offset: 5

Views

Author

Keywords

Comments

Number of dissections of regular n-gon into n-4 polygons with reflection and rooted at a cell.- Sean A. Irvine, May 13 2015
The dissection will always be composed of either 1 pentagon and n-5 triangles or 2 quadrilaterals and n-6 triangles. - Andrew Howroyd, Nov 24 2017

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->if(i>=3&&i<=5,y^(i-3)+O(y^3)),[1..30]))); apply(p->polcoeff(p,2), v[5..#v]) \\ Andrew Howroyd, Nov 24 2017

Extensions

More terms from Sean A. Irvine, May 13 2015
Name clarified by Andrew Howroyd, Nov 24 2017