Fun #math to try out:
A #LychrelNumber is any number that DOESN'T become a palindrome when you add itself to itself with its digits backwards repeatedly.
I wrote a Python script (see comments) to find numbers with ≥100 iterations before they become palindromes. I found the following requiring 150:
170000323160230112078861642
170000323160230112078886842
The world record most delayed palindrome, 1000206827388999999095750, requires 293 iterations:








