A331251 Triangles with integer sides i <= j <= k sorted by area, and, in case of ties, lexicographically by side lengths (smallest first). The sequence gives shortest side i. The other sides are in A331252 and A331253.
1, 1, 1, 2, 1, 2, 1, 2, 2, 1, 1, 2, 2, 3, 1, 3, 3, 1, 2, 2, 1, 3, 1, 2, 3, 2, 1, 3, 2, 1, 3, 4, 2, 4, 1, 3, 2, 3, 1, 3, 4, 2, 4, 1, 2, 4, 1, 3, 3, 2, 3, 1, 2, 4, 1, 4, 4, 5, 2, 3, 4, 2, 1, 3, 3, 1, 2, 5, 4, 2, 1, 3, 4, 5, 1, 4, 2, 3, 3, 2, 4, 1, 5, 5, 3, 4, 1, 5
Offset: 1
Keywords
Examples
List of first triangles: n | 16*A^2 | | i .... (this sequence) | | | j .. (A331252) | | | | k (A331253) | | | | | 1 3 1 1 1 2 15 1 2 2 3 35 1 3 3 4 48 2 2 2 5 63 1 4 4 6 63 2 2 3 7 99 1 5 5 8 128 2 3 3 9 135 2 3 4 10 143 1 6 6 11 195 1 7 7
Comments