A225203 Table T(n,k) composed of rows equal to: n * (the characteristic function of the multiples of (n+1)), read by downwards antidiagonals.
1, 0, 2, 1, 0, 3, 0, 0, 0, 4, 1, 2, 0, 0, 5, 0, 0, 0, 0, 0, 6, 1, 0, 3, 0, 0, 0, 7, 0, 2, 0, 0, 0, 0, 0, 8, 1, 0, 0, 4, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 1, 2, 3, 0, 5, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 13
Offset: 1
Examples
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
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))).
Extensions
More terms from Jason Yuen, Feb 22 2025
Comments