A278970 Partition an n X n square into multiple non-congruent integer-sided rectangles. a(n) is ceiling(n/log(n)) + 3 - the least possible difference between the largest and smallest area.
4, 2, 3, 2, 2, 1, 2, 0, 2, 1, 1, 3, 1, 1, 2, 2, 2, 1, 1, 2, 3, 2, 1, 2, 2, 3, 3, 1, 2, 3, 1, 1, 2, 2, 3, 4, 3, 2, 2, 3, 3, 3, 2, 3, 4, 2, 4, 3, 2, 4, 3, 2, 3, 3, 3, 3, 4, 3, 3, 5, 4, 4, 4
Offset: 3
Links
- Ed Pegg Jr, Mondrian Art Problem Upper Bound for defect
Extensions
a(45)-a(57) from Robert Gerbicz added/corrected, updated best known values to a(96), Ed Pegg Jr, Dec 28 2016
a(58)-a(65) from Michel Gaillard added by Ed Pegg Jr, Sep 02 2021
Comments