OFFSET
1,1
COMMENTS
The primes in each row are distinct because n!*k + 1 are coprime for 1 <= k <= n, and hence this array gives a simple proof that there are infinitely many prime numbers.
EXAMPLE
Triangle T(n,k) begins:
n\k 1 2 3 4 5 6 ...
1 2
2 3 5
3 7 13 19
4 5 7 73 97
5 11 241 19 37 601
6 103 131 2161 67 277 149
...
CROSSREFS
KEYWORD
tabl,nonn
AUTHOR
Joe B. Stephen, May 03 2023
STATUS
approved