A279596
Partition an n X n square into multiple integer-sided rectangles where no one is a translation of any other; a(n) is the least possible difference between the largest and smallest area.
Original entry on oeis.org
2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 6, 6, 4, 6, 6, 6, 6, 6, 6, 7, 7, 7, 8, 7, 6, 6, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9
Offset: 3
The 9 X 9 square can be divided into non-translatable rectangles with
aaaaaaaab
ddddddeeb
fggghheeb
fggghheeb
fiiihheeb
fiiijjjjb
fiiijjjjb
fkkkkkkkb
ccccccccc
Moved terms to
A279848, expanded best values known
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.
Original entry on oeis.org
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
A385151
a(n) is the least possible difference between the largest and smallest volumes of distinct three-cuboid combination filling an n X n X n cube.
Original entry on oeis.org
6, 24, 20, 48, 42, 80, 54, 140, 99, 192, 143, 252, 150, 352, 238, 432, 304, 520, 294, 660, 437, 768, 525, 884, 486, 1064, 696, 1200, 806, 1344, 726, 1564, 1015, 1728, 1147, 1900, 1014, 2160, 1394, 2352, 1548, 2552, 1350, 2852, 1833, 3072, 2009, 3300, 1734
Offset: 3
4 X 4 X 4 cube can be partitioned in three different ways and defects of sets are calculated as follows:
{(4,3,3), (4,3,1), (4,4,1)}: defect = max(36,12,16)-min(36,12,16) = 36-12=24,
{(4,2,1), (4,3,2), (4,4,2)}: defect = max(8,24,32)-min(8,24,32) = 32-8=24,
{(4,4,3), (4,3,1), (4,1,1)}: defect = max(48,12,4)-min(48,12,4) = 48-4=44.
Therefore, a(4) = min{24, 24, 44} = 24.
A385153
a(n) is the least possible difference between the largest and smallest volumes of distinct four-cuboid combinations filling an n X n X n cube.
Original entry on oeis.org
5, 16, 16, 36, 30, 60, 48, 100, 83, 96, 123, 182, 130, 264, 182, 324, 224, 280, 259, 484, 369, 576, 449, 676, 423, 560, 528, 900, 598, 1008, 638, 1054, 859, 864, 979, 1330, 884, 1620, 1054, 1764, 1152, 1364, 1185, 2116, 1553, 2304, 1713, 2500, 1513, 1924, 1760
Offset: 3
The 4 X 4 X 4 cube has 12 different ways of partitioning into four distinct cuboids each giving a defect as the difference between the largest volume and the smallest volume relevant to the four cuboids of the set.
The optimal solution is given by the set {(4,2,1), (4,2,2), (4,3,2), (4,4,1)} because it has the minimum defect.
The least possible defect = max(8,16,24,16)-min(8,16,24,16) = 24-8 = 16.
Therefore, a(4) = 16.
A385154
a(n) is the least possible difference between the largest and smallest volumes of distinct five-cuboid combinations filling an n X n X n cube.
Original entry on oeis.org
10, 12, 21, 28, 28, 62, 42, 80, 57, 112, 114, 143, 90, 156, 191, 288, 184, 224, 252, 396, 299, 288, 315, 504, 414, 546, 462, 720, 529, 816, 616, 837, 609, 648, 777, 1140, 858, 1260, 874, 1596, 1237, 1155, 810, 1554, 1468, 2064, 1118, 1950, 1343, 2080, 1590, 2268
Offset: 3
4 X 4 X 4 cube has 31 different ways of partitioning into five distinct cuboids and only two sets producing the minimum defects as calculated below:
{(3,2,1), (3,3,2), (4,1,2), (4,2,2),(4,4,1)} has minimum defect = max(6,18,8,16,16) - min(6,18,8,16,16) = 18 - 6 = 12.
{(4,4,1), (4,3,1), (2,3,3), (2,3,2), (2,3,1)} has minimum defect = max(16,12,18,12,6) - min(16,12,18,12,6) = 18 - 6 = 12.
Therefore a(4) = 12.
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.
Original entry on oeis.org
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
Showing 1-6 of 6 results.
Comments