A091081 Numbers n which when converted to base 7, reversed and converted back to base 10 yield a number m such that n mod m = 0. Cases which are trivial or result in digit loss are excluded.
36, 288, 1800, 2052, 2304, 12384, 14400, 16416, 86472, 88236, 99072, 100836, 115200, 605088, 619200, 691776, 705888, 806688, 4235400, 4247748, 4323600, 4335948, 4840704, 4853052, 4928904, 4941252, 5534208, 5647104, 29647584, 29746368, 30254400, 30353184
Offset: 1
Examples
a(1) = 36 because: 36 in base 7 is 51; 51 reversed is 15; 15 converted back to base 10 is 12 and 36 mod 12 = 0.
Links
- C. Seggelin, Numbers Divisible by Digit Permutations. [Broken link]
Crossrefs
Programs
-
PARI
/* See A091077 and use PARI script with b=7 */
Extensions
More terms from Michel Marcus, Oct 10 2014
Comments