OFFSET
1,4
COMMENTS
A trapezoid whose base angles are 60 degrees with larger base b and legs s is denoted by {b X s} here.
Starting with a hexagon ABCDEF partitioned into 2 identical trapezoids ABCF and FCDE, then splitting ABCF parallel to FC into 2 trapezoids, there are two mutually exclusive ways of obtaining a hexagon partitioned into 5 trapezoids each of area less than 3*n^2 in unit equilateral triangles.
Category A: Split the trapezoid FCDE parallel to FC into 3 trapezoids.
Category B: Split the trapezoid FCDE parallel to CD into a trapezoid and a parallelogram, then split the parallelogram parallel to BC into 2 trapezoids.
FORMULA
a(n) = p(n) + q(n) where:
Category A: p(n) = binomial(n-1,2)*(n-3),
Category B: q(n) = (number of sets belong to Category Y of A390739)*(n-1).
EXAMPLE
For n = 4, there are 6 sets. Therefore a(4) = 6.
{{5 X 1}, {8 X 1}, {7 X 1}, {6 X 2}, {8 X 3}},
{{5 X 1}, {6 X 2}, {8 X 1}, {8 X 2}, {7 X 2}},
{{5 X 1}, {6 X 1}, {7 X 3}, {8 X 1}, {8 X 2}},
{{2 X 1}, {3 X 1}, {7 X 3}, {8 X 1}, {7 X 4}},
{{2 X 1}, {3 X 1}, {6 X 2}, {7 X 4}, {8 X 2}},
{{2 X 1}, {3 X 1}, {5 X 1}, {7 X 4}, {8 X 3}}.
CROSSREFS
KEYWORD
nonn
AUTHOR
Janaka Rodrigo, Nov 18 2025
STATUS
approved
