A351284 Irregular triangle read by rows: the n-th row gives the x-values of the solutions of the equation 2*(x - 1)*y - (x - 3)*x = 2*n for 0 < x <= y.
2, 2, 2, 2, 3, 2, 2, 3, 2, 2, 3, 4, 2, 2, 3, 2, 4, 2, 3, 2, 5, 2, 3, 4, 2, 2, 3, 2, 4, 5, 2, 3, 2, 6, 2, 3, 4, 2, 5, 2, 3, 2, 4, 2, 3, 6, 2, 5, 2, 3, 4, 7, 2, 2, 3, 2, 4, 5, 6, 2, 3, 2, 2, 3, 4, 7, 2, 5, 2, 3, 6, 8, 2, 4, 2, 3, 2, 5, 2, 3, 4, 7, 2, 6, 2, 3, 2, 4, 5, 8
Offset: 3
Examples
Triangle begins: 2; 2; 2; 2, 3; 2; 2, 3; 2; 2, 3, 4; ...
Programs
-
Mathematica
Table[r={};For[d=1,d
Comments