OFFSET
6,1
COMMENTS
Let the difference between the largest and smallest areas of the trapezoids be called the defect. Then a(n) is the minimum defect. The area of a trapezoid {b X s} is s*(2*b-s).
LINKS
EXAMPLE
For n = 6, there are two sets of trapezoids:
{{2 X 1}, {3 X 1}, {3 X 2}, {5 X 1}, {6 X 1}} with defect = 11-3 = 8,
{{2 X 1}, {3 X 1}, {4 X 1}, {5 X 1}, {7 X 2}} with defect = 12-3 = 9.
Therefore a(6) = 8.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Janaka Rodrigo, Dec 17 2025
EXTENSIONS
a(42)-a(50) from Janaka Rodrigo, Mar 22 2026
STATUS
approved
