OFFSET
1,1
COMMENTS
2 = (10^k+1)-(10^k-1) where (10^k+1) and (10^k-1) are palindromes for all k. 11 = (2*10^k +2)-(2*10^k-9)where (2*10^k+2) and (2*10^k-9) are palindromes for all k. Hence a(2) = a(11)are denoted by -1. Note: terms should be checked for any errors.
The differences that occur infinitely many times are 2 and 11*10^k (k >= 0). - David Wasserman, Apr 03 2008
EXAMPLE
a(2) = a(11) = -1 as 2 and 11 can be so expressed infinitely many times.
a(22) = 9, 22 = 22-0, 33-11, 44-22, 55-33, 66-44, 77-55, 88-66, 99-77, 121-99.
a(22) = 10 because 22 = 22-0, 33-11, 44-22, 55-33, 66-44, 77-55, 88-66, 99-77, 121-99 and 1001-979.
CROSSREFS
KEYWORD
base,sign
AUTHOR
Amarnath Murthy, Jul 09 2005
EXTENSIONS
Corrected and extended by David Wasserman, Apr 03 2008
STATUS
approved