login

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”).

A247123
Palindromes obtained after one iteration of Reverse and Add applied to the terms of A015976.
0
2, 4, 6, 8, 11, 22, 33, 44, 55, 66, 77, 88, 99, 22, 33, 44, 55, 66, 77, 88, 99, 121, 33, 44, 55, 66, 77, 88, 99, 121, 44, 55, 66, 77, 88, 99, 121, 55, 66, 77, 88, 99, 121, 66, 77, 88, 99, 121, 77
OFFSET
2,1
MATHEMATICA
Select[(FromDigits[#] + FromDigits[Reverse[#]]) & /@ IntegerDigits[Range[1000]], IntegerDigits[#] == Reverse[IntegerDigits[#]] &]
CROSSREFS
Cf. A015976 (One iteration of Reverse and Add is needed to reach a palindrome).
Sequence in context: A164144 A353007 A071241 * A332240 A068062 A088169
KEYWORD
nonn,base
AUTHOR
Morgan L. Owens, Nov 21 2014
STATUS
approved