A130069 Primes by columns, interspersed with (k-1) zeros.
2, 3, 2, 5, 0, 2, 7, 3, 0, 2, 11, 0, 0, 0, 2, 13, 5, 3, 0, 0, 2, 17, 0, 0, 0, 0, 0, 2, 19, 7, 0, 3, 0, 0, 0, 23, 0, 5, 0, 0, 0, 0, 0, 2, 29, 11, 0, 0, 3, 0, 0, 0, 0, 2
Offset: 1
Examples
First few rows of the triangle: 2; 3, 2; 5, 0, 2; 7, 3, 0, 2; 11, 0, 0, 0, 2; 13, 5, 3, 0, 0, 2; 17, 0, 0, 0, 0, 0, 2; 19, 7, 0, 3, 0, 0, 0, 2; 23, 0, 5, 0, 0, 0, 0, 0, 2; 29, 11, 0, 0, 3, 0, 0, 0, 0, 2; ...
Formula
Primes by columns, interspersed with (k-1) zeros. Map the primes on the "1" terms of A051731, by columns; and rest zeros.
Comments