Find all positive integers n (n will be called special)
such that if n divides a three digit number say ABC where A = hundreds, B = tens, C = ones. Then n also divides BCA and CAB.
So far I have worked out that 1 is special of course, so is 3 (factor test sum of digits will always be the...