A082264 Triangle whose n-th row contains n smallest palindromes with a digit sum of n.
1, 2, 11, 3, 111, 10101, 4, 22, 121, 202, 5, 131, 212, 10301, 11111, 6, 33, 141, 222, 303, 1221, 7, 151, 232, 313, 10501, 11311, 12121, 8, 44, 161, 242, 323, 404, 1331, 2222, 9, 171, 252, 333, 414, 10701, 11511, 12321, 13131, 55, 181, 262, 343, 424, 505, 1441, 2332, 3223, 4114
Offset: 1
Examples
The triangle starts: 1 2 11 3 111 10101 4 22 121 202 5 131 212 10301 11111 6 33 141 222 303 1221 ...
Extensions
Edited and corrected by Franklin T. Adams-Watters, Apr 26 2006