What is the smallest positive integer N such that N+123456 and N+12345678 are both palindromic?
For example, the smallest whole number such that N+1234 and N+123456 are both palindromic is N=975445, since:975445+1234=976679 and 975445+123456=1098901.