OFFSET
1,2
EXAMPLE
The first rows of this triangular table are:
1;
2, 5;
7, 12, 23;
25, 48, 74, 97;
121, 240, 362, 481, 605;
...
T(3,1) = 7 as 7 has factorial base representation 101, which is the smallest such three digit term in A219666 beginning with factorial base digit 1 (in other words, for which A084558(x)=3 and A099563(x)=1).
T(3,2) = 12 as 12 has factorial base representation 200, which is the smallest such three digit term in A219666 beginning with factorial base digit 2.
T(3,3) = 23 as 23 has factorial base representation 321, which is the smallest such three digit term in A219666 beginning with factorial base digit 3.
PROG
CROSSREFS
KEYWORD
AUTHOR
Antti Karttunen, Oct 18 2013
STATUS
approved