OFFSET
3,3
LINKS
Andrew Howroyd, Table of n, a(n) for n = 3..200
E. Krasko, A. Omelchenko, Brown's Theorem and its Application for Enumeration of Dissections and Planar Trees, The Electronic Journal of Combinatorics, 22 (2015), #P1.17.
EXAMPLE
For a(5) = 2 the dissections of a pentagon are: a dissection into 3 triangles; a dissection into one pentagon.
PROG
(PARI) \\ See A295419 for DissectionsModDihedral().
DissectionsModDihedral(apply(v->v==3||v==5, [1..25])) \\ Andrew Howroyd, Nov 22 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Evgeniy Krasko, Sep 03 2017
EXTENSIONS
Terms a(16) and beyond from Andrew Howroyd, Nov 22 2017
STATUS
approved