OFFSET
3,1
COMMENTS
Let V(x,y,z)=x*y*z be the volume of a cuboid (x,y,z). For a given set of cuboids S, define Min(S) = min{V(x,y,z): (x,y,z) in S}, Max(S)= max{V(x,y,z): (x,y,z) in S}, and defect = max(S)-min(S).
T(n, k) = min(defect(S)) as S runs over all partitions of an n X n X n cuboid into k noncongruent cuboids.
A386296 gives the number of sets S.
EXAMPLE
Array begins
9 6 5 10
32 24 16 12
25 20 16 21
72 48 36 28
49 42 30 28
128 80 60 62
81 54 48 42
200 140 100 80
The only set S of distinct six cuboids filling 3 X 3 X 3 cube in triplet form is, S = {(1,1,1), (1,1,2), (1,1,3), (1,2,2), (2,2,2), (1,3,3)} giving Min(S)=1, Max(S)=9, and defect(S) = 9-1 = 8. Since this is the only defect T(3,6)=8.
CROSSREFS
KEYWORD
tabl,nonn
AUTHOR
Janaka Rodrigo, Jul 17 2025
EXTENSIONS
More terms from Sean A. Irvine, Jul 29 2025
STATUS
approved
