Two-Base Palindromes
October 21, 2014
I wanted to do this exercise as a follow-up to the earlier exercise on generating palindromes, but didn’t get around to it until now.
Your task is to write a program that generates a list of numbers that are palindromes in base 10 and base 8; for instance 149694110 = 55535558. When you are finished, you are welcome to read or run a suggested solution, or to post your own solution or discuss the exercise in the comments below.