OFFSET
1,2
COMMENTS
The array is read by antidiagonals: A(1,1), A(1,2), A(2,1), A(1,3), A(2,2), A(3,1), etc.
The first row (A256450) contains all the numbers which have at least one 1-digit in their factorial base representation (see A007623), after which the successive rows are obtained from the terms on the row immediately above by shifting their factorial representation one left and then incrementing the nonzero digits in that representation with a factorial base shift-operation A255411.
LINKS
EXAMPLE
The top left corner of the array:
1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 13
4, 12, 16, 22, 48, 52, 60, 64, 66, 70, 76
18, 72, 90, 114, 360, 378, 432, 450, 456, 474, 498
96, 480, 576, 696, 2880, 2976, 3360, 3456, 3480, 3576, 3696
600, 3600, 4200, 4920, 25200, 25800, 28800, 29400, 29520, 30120, 30840
4320, 30240, 34560, 39600, 241920, 246240, 272160, 276480, 277200, 281520, 286560
...
PROG
CROSSREFS
KEYWORD
AUTHOR
Antti Karttunen, Apr 27 2015
EXTENSIONS
Formula changed because of the changed starting offset of A256450 - Antti Karttunen, May 30 2016
STATUS
approved