OFFSET
2,2
LINKS
Andrew Howroyd, Table of n, a(n) for n = 2..200
Evgeniy Krasko, Alexander 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(4) = 4 the dissections of an octagon are: two dissections into 3 quadrangles; a dissection into one hexagon and one quadrangle; a dissection into one octagon.
PROG
(PARI) \\ See A295419 for DissectionsModDihedral().
select(v->v>0, DissectionsModDihedral(apply(v->v%2==0, [1..50]))) \\ Andrew Howroyd, Nov 22 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Evgeniy Krasko, Sep 03 2017
EXTENSIONS
Terms a(8) and beyond from Andrew Howroyd, Nov 22 2017
STATUS
approved