Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Dec 05 2013 19:56:12
%S 1,2,11,3,111,10101,4,22,121,202,5,131,212,10301,11111,6,33,141,222,
%T 303,1221,7,151,232,313,10501,11311,12121,8,44,161,242,323,404,1331,
%U 2222,9,171,252,333,414,10701,11511,12321,13131,55,181,262,343,424,505,1441,2332,3223,4114
%N Triangle whose n-th row contains n smallest palindromes with a digit sum of n.
%e The triangle starts:
%e 1
%e 2 11
%e 3 111 10101
%e 4 22 121 202
%e 5 131 212 10301 11111
%e 6 33 141 222 303 1221
%e ...
%Y Cf. A082265, A082266.
%K base,nonn,tabl
%O 1,2
%A _Amarnath Murthy_, Apr 12 2003
%E Edited and corrected by _Franklin T. Adams-Watters_, Apr 26 2006