OFFSET
1,3
COMMENTS
The number of positive terms in the n-th antidiagonal equals the number of divisors of n.
The sum of the elements of n-th antidiagonal equals the sum of divisors of n.
All terms of column k are zeros iff k is not a quarter-square A002620.
If only the first two elements are positive integers in the n-th antidiagonal then n is prime.
EXAMPLE
First 24 elements of first 8 rows of the square array are
1,2,0,2,0,3,0,0,3,0,0,4,0,0,0,4,0,0,0,5,0,0,0,0,...
1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
1,4,0,2,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
1,5,0,0,0,0,0,0,3,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,...
1,6,0,2,0,5,0,0,0,0,0,0,0,0,0,4,0,0,0,6,0,0,0,0,...
1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
1,8,0,2,0,6,0,0,3,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,...
1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Omar E. Pol, Jan 31 2013
STATUS
approved