A091083 Numbers n which when converted to base 9, 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.
64, 640, 4800, 5248, 5824, 6400, 43680, 46720, 52480, 58240, 393600, 419968, 425152, 467200, 472384, 524800, 3542880, 3779200, 3831040, 4199680, 4251520, 4723840, 31497600, 31886400, 34012288, 34058944, 34437376, 34484032, 37792000, 37838656, 38217088
Offset: 1
Examples
a(1) = 64 because 64 in base 9 is 71; 71 reversed is 17; 17 converted back to base 10 is 16 and 64 mod 16 = 0.
Links
- C. Seggelin, Numbers Divisible by Digit Permutations. [Broken link]
Crossrefs
Programs
-
PARI
/* See A091077 and use PARI script with b=9 */
Extensions
More terms from Michel Marcus, Oct 10 2014
Comments