A130026 Triangle (n,k) by columns, arithmetic sequences interspersed with k zeros.
1, 2, 1, 3, 0, 1, 4, 3, 0, 1, 5, 0, 0, 0, 1, 6, 5, 4, 0, 0, 1, 7, 0, 0, 0, 0, 0, 1, 8, 7, 0, 5, 0, 0, 0, 1, 9, 0, 7, 0, 0, 0, 0, 0, 1, 10, 9, 0, 0, 6, 0, 0, 0, 0, 1
Offset: 0
Examples
First few rows of the triangle: 1; 2, 1; 3, 0, 1; 4, 3, 0, 1; 5, 0, 0, 0, 1; 6, 5, 4, 0, 0, 1; 7, 0, 0, 0, 0, 0, 1; ...
Formula
Arithmetic sequences by columns, (1,2,3,...); (1,3,5,...); (1,4,7,...); interspersed with k zeros, k=0,1,2,...
Comments