OFFSET
0,2
COMMENTS
Each path consists of straight line segments connecting one or more nodes on the circle. Each of the n nodes is used by at most one path. Although each path is noncrossing, different paths are allowed to intersect.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
FORMULA
E.g.f.: exp(x + x*(exp(2*x + O(x^n)) + 3)/4).
Binomial transform of A390895.
PROG
(PARI) seq(n) = Vec(serlaplace( exp(x + x*(exp(2*x + O(x^n)) + 3)/4) ));
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Nov 23 2025
STATUS
approved
