A279848 Partition an n X n square into multiple integer-sided rectangles where no one is a translation of any other. a(n) is ceiling(n/log(n)) - the least possible difference between the largest and smallest area.
1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 2, 1, 1, 3, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 4, 4, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 3
Offset: 3
Links
- Mersenneforum.org puzzles, Mondrian art puzzles.
- Ed Pegg Jr, Mondrian Art Problem.
- Ed Pegg Jr, Mondrian Art Problem Upper Bound for defect.
Extensions
a(28)-a(45) from Robert Gerbicz, Jan 01 2017
Comments