OFFSET
1,5
COMMENTS
Form a matrix R whose columns are [1,0,0,0,...], [1,1,0,0,0,...], [1,1,3,0,0,0,...], [1,1,3,11,0,0,0,...], [1,1,3,11,53,0,0,0,...], ..., formed from the prefixes of A000255 each padded with infinitely many zeros.
Replace each column of R by its binomial transform to get the matrix S.
Rows converge to sequence A000142 of factorial numbers.
EXAMPLE
The first few rows of S are
1, 1, 1, 1, ...
1, 2, 3, 4, ...
1, 2, 6, 13, ...
1, 2, 6, 24, ...
...
Read S by antidiagonals to get the desired triangle, which begins
1;
1, 1;
1, 2, 1;
1, 2, 3, 1;
1, 2, 6, 4, 1;
1, 2, 6, 13, 5, 1;
1, 2, 6, 24, 23, 6, 1;
1, 2, 6, 24, 67, 36, 7, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Feb 24 2006
EXTENSIONS
Edited by N. J. A. Sloane, Aug 11 2019
STATUS
approved