A143540 Triangle read by rows, (A143538)^2; 1<=k<=n.
0, 0, 1, 0, 2, 1, 0, 2, 1, 0, 0, 3, 2, 0, 1, 0, 3, 2, 0, 1, 0, 0, 4, 3, 0, 2, 0, 1, 0, 4, 3, 0, 2, 0, 1, 0, 0, 4, 3, 0, 2, 0, 1, 0, 0, 0, 4, 3, 0, 2, 0, 1, 0, 0, 0, 0, 5, 4, 0, 3, 0, 2, 0, 0, 0, 1
Offset: 1
Examples
First few rows of the triangle = 0; 0, 1; 0, 2, 1; 0, 2, 1, 0; 0, 3, 2, 0, 1; 0, 3, 2, 0, 1, 0 0, 4, 3, 0, 2, 0, 1; ...
Formula
Square of triangle A143538.
Comments