If you start with a positive integer, reverse the digits, and add that to the original number you sometimes get a palindrome. For example, 123+321=444, and 1047+7401=8448.
But sometimes you don’t. In that case, you might need to repeat the process a few times (where “a few” could mean “a lot”). For example, 498+894=1392, then 1392+2931=4323, and finally 4323+3234=7557.
Based on this, we can define the palindromic order of a number as the number of time that you need to Reverse and Add before coming up with a palindrome. In the examples above, 123 and 1047 have a palindromic order of 1, while 498 has a palindromic order of 3. [Presumably under this definition a palindrome like 838 has palindromic order of 0.] Incidentally, this definition of palindromic order is the one used by Susan Eddings here, as opposed to the one referenced in titles like “Optimization of the palindromic order of the TtgR operator enhances binding cooperativity” in The Journal of Molecular Biology.
So here’s the question: Does every positive integer have a (finite) palindromic order? In other words, if you pick a number and repeat this process, possibly neglecting all of your work and home commitments except for feeding the cats and watching The Big Bang Theory, can you be assured that you will eventually get a palindrome?
And the answer is: I don’t know. And neither does anyone else, although there’s evidence that the answer is No.
That evidence is the number 196. If you start with 196, you won’t get a palindrome at first, within 200 steps (as Jason Doucette shows), or even within 700 million iterations. There are other numbers that appear to have this same awkward non-palindromic property [for example, 691, and also 295, 394, and a bunch more], but the number 196 is the smallest; in its honor, this “Reverse and Add” algorithm has come to be known as the 196-algorithm.
So spending all your time concentrating on a brute force method of finding out if 196 continues to produce non-palindromes is going to be tedious. In good news, you could explore other interesting questions: what do you notice about numbers with palindromic order 1? Can you find one with palindromic order 4? Which number(s) under 100 has the largest palindromic order?
As a side note, I ran across this property while looking for interesting mathematical processes that resulted in the sequence 2, 4, 6, 8, 10, 11, [part of my ongoing quest to find Patterns that Fail]. It turns out that if you look at which numbers can be written as the sum of a positive integer plus its reverse, you initially get the sequence 0, 2, 4, 6, 8, 10, [0=0+0, 2=1+1, up to 10=5+5] but then 11 shows up, since 11=10+01.
The picture above is the Shoulder Sleeve Insignia of the 196th Infantry Bridage. Isn’t the symmetry a nice parallel to the whole Reverse and Add idea?






How many necklaces can you make if you have two different color beads (like purple and gold) at your disposal?




The answer, naturally, is 15. If you’re talking about the Burnt Pancake problem, that is. (And the sequence actually starts 1, 4, 6, 8… but I left off the initial 1 because otherwise you would have known right away that something was amiss.)


















