OFFSET
1,4
COMMENTS
Alternatively a(n) is the number of ways to decompose (n,n,n) triplet into sets of distinct five unordered triplets of the form (x,y,z) without having x = y = z in any of the triplets.
EXAMPLE
There are 31 sets of distinct unordered five-cuboid combinations filling 4 X 4 X 4 cube including 10 combinations containing cube-shaped cuboids which are listed below,
{(1,1,1), (1,1,2), (1,1,4), (1,3,3), (3,4,4)},
{(1,1,1), (1,1,2), (1,3,3), (1,4,4), (3,3,4)},
{(1,1,1), (1,1,3), (1,1,4), (1,2,4), (3,4,4)},
{(1,1,1), (1,1,3), (1,1,4), (2,3,4), (2,4,4)},
{(1,1,1), (1,1,3), (1,2,4), (1,4,4), (3,3,4)},
{(1,1,1), (1,1,3), (1,3,4), (1,4,4), (2,4,4)},
{(1,1,3), (1,2,3), (1,3,4), (1,4,4), (3,3,3)},
{(1,1,4), (1,2,4), (1,3,3), (1,4,4), (3,3,3)},
{(1,2,2), (1,2,4), (2,2,2), (2,2,3), (2,4,4)},
{(1,2,2), (1,4,4), (2,2,2), (2,2,3), (2,3,4)}.
Therefore a(4) = 31 - 10 = 21.
CROSSREFS
KEYWORD
nonn
AUTHOR
Janaka Rodrigo, Aug 01 2025
EXTENSIONS
a(14)-a(16) from Sean A. Irvine, Aug 03 2025
a(17)-a(37) from Jinyuan Wang, Aug 04 2025
STATUS
approved
