login
A393104
a(n) is the minimum total surface area of five-element sets of distinct integer-sided cuboids that fill an n X n X n cube.
4
92, 144, 218, 304, 410, 532, 670, 824, 994, 1180, 1382, 1600, 1834, 2084, 2350, 2632, 2930, 3244, 3574, 3920, 4282, 4660
OFFSET
3,1
COMMENTS
The total surface area of five-element sets of cuboids is given by the sum of surface area 2*(x*y + y*z + z*x) of each cuboid x X y X z in the set.
FORMULA
Conjecture: a(n) = 2*(A054567(n+1) + 1).
EXAMPLE
According to A384479(4) there are 31 sets of cuboids in total that fill 4 X 4 X 4 cube, and only one set produces the minimum total surface area, {(1 X 1 X 1), (1 X 1 X 2), (1 X 1 X 4), (1 X 3 X 3), (3 X 4 X 4)} with total area 145. Therefore a(4) = 144 since the minimum total area of five cuboids is 144.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Janaka Rodrigo, Feb 01 2026
EXTENSIONS
a(18)-a(24) from Sean A. Irvine, Feb 06 2026
STATUS
approved