OFFSET
1,3
COMMENTS
Column k =1 of the table is the integers, from n=1 in row 1.
The n-th row of the table is a repeating pattern, starting with the value of n followed by n instances of zero, as created by the characteristic function of the multiples of (n+1).
Sums of the antidiagonals produce A065608.
FORMULA
From Boris Putievskiy, May 08 2013: (Start)
As table T(n,k) = n*(floor((n+k)/(n+1))-floor((n+k-1)/(n+1))).
EXAMPLE
Table begins:
1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0 ...
2,0,0,2,0,0,2,0,0,2,0,0,2,0,0,2,0,0 ...
3,0,0,0,3,0,0,0,3,0,0,0,3,0,0,0,3,0 ...
4,0,0,0,0,4,0,0,0,0,4,0,0,0,0,4,0,0 ...
5,0,0,0,0,0,5,0,0,0,0,0,5,0,0,0,0,0 ...
6,0,0,0,0,0,0,6,0,0,0,0,0,0,6,0,0,0 ...
7,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,7,0 ...
8,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0 ...
9,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0 ...
CROSSREFS
KEYWORD
AUTHOR
Richard R. Forberg, May 01 2013
EXTENSIONS
More terms from Jason Yuen, Feb 22 2025
STATUS
approved