login
Palindromes n such that the n + m is also a palindrome, where m is the next palindrome after n.
1

%I #7 Aug 25 2014 11:49:05

%S 1,2,3,4,5,11,22,33,44,55,101,111,121,131,141,191,202,212,222,232,242,

%T 292,303,313,323,333,343,393,404,414,424,434,444,494,1001,1111,1221,

%U 1331,1441,1991,2002,2112,2222,2332,2442,2992,3003,3113,3223,3333,3443

%N Palindromes n such that the n + m is also a palindrome, where m is the next palindrome after n.

%C Sequence is infinite as 10^k + 1 is always a member.

%Y Cf. A083159.

%K nonn,base,easy

%O 1,2

%A _Amarnath Murthy_ and Meenakshi Srikanth (menakan_s(AT)yahoo.com), Apr 25 2003

%E Corrected and extended by _Patrick De Geest_, Jun 05 2003