OFFSET
3,4
COMMENTS
Strictly disjoint diagonals means that the diagonals are non-crossing and may not share endpoints.
LINKS
Muhammed Sefa Saydam, Table of n, a(n) for n = 3..104
FORMULA
G.f.: (1 - x^2 - 2*x^3)*B(x) - 1 - x + 2*x^3 + 2*x^4, where B(x) is the g.f. of A004149. - Andrew Howroyd, Aug 28 2025
EXAMPLE
n=4 n=5 n=6
(1) (2) (1) (1) (2) (1) (2) (1) (2)
(5) (2) (6) \ (3) (6)-----(3) (6) / (3)
(4) (3) (4) (3) (5) (4) (5) (4) (5) (4)
Diagonal cannot be drawn Diagonal cannot be drawn
Number of cases = 1 Number of cases = 1 Number of cases = 3
PROG
(PARI) seq(n) = my(g=2/(1 - x + x^2 + x^3 + sqrt((1-x^4)*(1-2*x-x^2) + O(x*x^n)))); Vec((1 - x^2 - 2*x^3)*g - 1 - x + 2*x^3 + 2*x^4, -n+2) \\ Andrew Howroyd, Aug 28 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
Muhammed Sefa Saydam, Aug 22 2025
STATUS
approved
