OFFSET
1,4
COMMENTS
See A007623 for the factorial number system representation.
EXAMPLE
The first rows of this triangular table are:
1;
1, 1;
2, 2, 1;
6, 5, 4, 4;
22, 19, 16, 14, 12;
94, 82, 73, 65, 59, 55;
...
T(4,2) = 5 as only the terms 48, 52, 57, 63 and 70 of A219666 (with factorial base representations 2000, 2020, 2111, 2211 and 2320) have four significant digits in the factorial base, with the most significant digit being 2.
PROG
CROSSREFS
KEYWORD
AUTHOR
Antti Karttunen, Oct 18 2013
STATUS
approved