One hundred ninety-six is, depending on how you look at it, either a completely unremarkable three-digit composite number or the most famous open, unsolved test case in a specific corner of recreational number theory — a genuinely striking gap between how simple the underlying question is to state and how stubbornly unresolved it has remained. The relevant process is called the "reverse-and-add" algorithm: take a number, reverse its digits, and add the reversed version to the original. Repeat this process with each new result. For many starting numbers, this process reaches a palindrome (a number that reads the same forwards and backwards) within a handful of steps — take 56: reversed is 65, and 56+65=121, already a palindrome after just one step. Take 87: reversed is 78, 87+78=165 (not a palindrome); reverse 165 to get 561, add: 165+561=726 (not a palindrome); continue, and 87 reaches the palindrome 44,044 after four iterations. 196 is the smallest number for which no one has ever found the process terminating in a palindrome, despite the process having been run to an extraordinary number of iterations (well into the hundreds of millions of digits, using dedicated computer programs designed specifically to test this one number) without ever producing a palindromic result. Numbers suspected of never reaching a palindrome under this process are called Lychrel numbers, a name coined specifically for this open question (it's "Cherryl," the name of the person who popularized the term, spelled backwards — a small, fitting joke given the reverse-focused nature of the underlying question). Here's the genuinely important distinction to be precise about: it has not been proven that 196 never reaches a palindrome. It has only been empirically tested to an enormous number of iterations without success — a meaningful difference between "no counterexample has been found despite extensive searching" and "it has been mathematically proven impossible." This is exactly analogous to the situation with odd perfect numbers, covered elsewhere on this site: extensive computational search without success is suggestive, but it isn't the same as rigorous proof, and honest treatments of 196 are careful to preserve that distinction rather than overstating what's actually been established. 196 also has an entirely separate, provable mathematical property worth noting: it's a perfect square (14²=196), which has no particular bearing on its Lychrel status but is a good reminder that "notable" numbers frequently carry several independent, unrelated properties simultaneously — being a perfect square and being an unresolved Lychrel candidate are two completely separate facts about 196 that happen to coexist in the same integer. The reverse-and-add process and the open Lychrel question surrounding 196 remain an active, if niche, area of recreational and computational number theory — a rare case where a problem simple enough to explain to a curious child (add a number to its own reversal, repeatedly) remains genuinely unresolved at the frontier of what's been computationally verified. Smaller, related test cases are worth trying by hand to build real intuition for the process before appreciating why 196 is genuinely strange: most two- and three-digit starting numbers resolve to a palindrome within a handful of steps, which is part of what makes 196's total resistance to the process, despite sharing no obvious surface difference from its resolving neighbors, such a persistently interesting open case within recreational number theory. It's also worth noting that 196 isn't unique in being suspected (though unproven) to be Lychrel — a related but comparatively less-famous set of other numbers under 10,000 (879 and 1997 among them) share the same "extensively tested without ever reaching a palindrome" status, though none has attracted anywhere near the sustained attention 196 has received specifically as the smallest, and therefore most naturally attention-grabbing, example of the phenomenon. It's worth noting that not every number resistant to the reverse-and-add process for a long time is actually a Lychrel number in the strict, permanent sense — some numbers take an unusually large but still finite number of iterations before finally reaching a palindrome, and mathematicians have had to be careful, when running computational searches, to distinguish between "genuinely never resolves" and "resolves eventually, just much later than expected," a distinction 196's case has held up against for far longer than any confirmed slow-resolving example on record.
Numbers / 196
196 — the Lychrel number candidate
196 is composite: factorization 2^2 × 7^2. That gives 196 exactly 9 divisors: 1, 2, 4, 7, 14, 28, 49, 98, 196. 196's proper divisors total 203, 7 more than 196 itself, so 196 is abundant. 196 is also a perfect square, since 14² = 196. 196 has a digit sum of 16; for 196, the digital root works out to 7. 196: 2, 4, 7 all divide 196 evenly, out of 2-12. 196 is 11000100 in binary and C4 in hex; as a Roman numeral it's CXCVI.