Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #13 Oct 19 2024 15:46:10
%S 9,171,252,333,414,10701,11511,12321,13131,20502,21312,22122,30303,
%T 31113,40104,1007001,1015101,1023201,1031301,1105011,1113111,1121211,
%U 1203021,1211121,1301031,2005002,2013102,2021202,2103012,2111112,2201022,3003003,3011103
%N Palindromes with digit sum 9.
%t Select[Range[3100000],PalindromeQ[#]&&Total[IntegerDigits[#]]==9&] (* _James C. McMahon_, Oct 19 2024 *)
%Y Intersection of A002113 and A052223.
%Y Cf. A121477.
%K base,nonn
%O 1,1
%A _Lekraj Beedassy_, Aug 01 2006
%E Missing 1301031 and more terms terms from _Sean A. Irvine_, Jun 04 2024