OFFSET
1,3
COMMENTS
A strict cuboid is a cuboid with all three dimensions different to each other.
Alternatively a(n) is number of ways to decompose (n,n,n) triplet into sets of distinct unordered geometrically feasible four triplets of the form (x,y,z) excluding x != y != z in any of the triplets.
EXAMPLE
(5,5,5) triplet can be decomposed into sets of four triplets in 47 different ways and only the following 4 sets do not contain strict cuboids:
{(5,5,1), (5,4,4), (4,1,1), (1,4,4)},
{(5,5,3), (5,2,2), (3,3,2), (2,2,3)},
{(5,5,2), (3,3,5), (2,2,3), (3,3,2)},
{(4,1,1), (5,1,1), (1,4,4), (4,5,5)}.
CROSSREFS
KEYWORD
nonn
AUTHOR
Janaka Rodrigo, Aug 05 2025
EXTENSIONS
More terms from Sean A. Irvine, Aug 06 2025
STATUS
approved
