The array is formed by
A004736 *
A144328 (transform) where
A004736 = the natural number decrescendo triangle and
A144328 = a crescendo triangle. First few rows of the array =
1, 1, 1, 1, 1, 1, ...
2, 3, 3, 3, 3, 3, ...
3, 5, 7, 7, 7, 7, ...
4, 7, 11, 14, 14, 14, ...
5, 9, 15, 21, 25, 25, ...
...
Triangle begins as:
1;
2, 3;
3, 5, 7;
4, 7, 11, 14;
5, 9, 15, 21, 25;
6, 11, 19, 28, 36, 41;
7, 13, 23, 35, 47, 57, 63;
8, 15, 27, 42, 58, 73, 85, 92;
9, 17, 31, 49, 69, 89, 107, 121, 129;
10, 19, 35, 56, 80, 105, 129, 150, 166, 175;
...