OFFSET
1,4
LINKS
Christopher Hunt Gribble, C++ program
EXAMPLE
The irregular triangle begins:
s 1 2 3
n k r
1,1,1 1
2,1,1 1
2,2,1 1
2,2,2 2
3,1,1 1
3,2,1 1
3,2,2 2
3,3,1 1
3,3,2 2
3,3,3 2 1
4,1,1 1
4,2,1 1
4,2,2 3
4,3,1 1
4,3,2 3
4,3,3 3 1
4,4,1 1
4,4,2 5
4,4,3 5 1
4,4,4 9 1 1
5,1,1 1
5,2,1 1
5,2,2 3
5,3,1 1
5,3,2 3
5,3,3 3 2
5,4,1 1
5,4,2 5
5,4,3 5 3
5,4,4 9 5 1
5,5,1 1
5,5,2 5
5,5,3 5 4
5,5,4 9 7 1
...
T(3,3,2,1) = 2 because there are 2 partitions in the 1st run of strictly increasing numbers of 2 X 2 X 2 cubes in the list of partitions of a 3 X 3 X 2 rectangular cuboid into integer-sided cubes. The 2 partitions are (18 1 X 1 X 1 cubes and 0 2 X 2 X 2 cubes) and (10 1 X 1 X 1 cubes and 1 2 X 2 X 2 cube).
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Christopher Hunt Gribble, Sep 03 2013
STATUS
approved