A palindromic number is just a number that is the same reverse as it is forwards, for example, 23432.
So, if we multiply 1 by 1, we get 1. Okay, that was a lazy palindrome; let's move on.
11x11 = 121, 111x111 = 12321, 1111x1111 = 1234321, and so on.
Multiplying 111111111 by 111111111 yields 12345678987654321.
Furthermore, the two integers you are multiplying do not have to have the same amount of ones. For instance, 11x1111 = 12221 and