OFFSET
1,2
COMMENTS
The array A(row,col) is read by descending antidiagonals: A(1,1), A(1,2), A(2,1), A(1,3), A(2,2), A(3,1), etc.
Entries on row n are all multiples of A002110(n-1).
LINKS
EXAMPLE
The top left corner of the array:
1, 3, 4, 5, 7, 9, 10, 11, 13, 15, 16
2, 8, 12, 14, 32, 38, 42, 44, 62, 68, 72
6, 36, 60, 66, 216, 246, 270, 276, 426, 456, 480
30, 240, 420, 450, 2340, 2550, 2730, 2760, 4650, 4860, 5040
210, 2520, 4620, 4830, 30240, 32550, 34650, 34860, 60270, 62580, 64680
PROG
CROSSREFS
KEYWORD
AUTHOR
Antti Karttunen, Sep 24 2016
STATUS
approved