A179197 Numbers k such that there exists no multiple of k whose digits are a permutation of all the digits of all the divisors of k.
3, 7, 9, 11, 12, 13, 17, 18, 19, 21, 22, 23, 27, 29, 31, 33, 36, 37, 39, 41, 43, 45, 47, 48, 49, 53, 54, 55, 57, 59, 61, 63, 67, 71, 72, 73, 74, 75, 77, 79, 81, 83, 84, 89, 91, 93, 97, 99, 101, 103, 107, 108, 109, 111, 113, 117, 121, 126, 129, 131, 135, 137, 139, 143, 144
Offset: 1
Examples
The divisors of 108 are 1, 2, 3, 4, 6, 9, 12, 18, 27, 36, 54, and 108, and concatenating all their digits gives the 19-digit number 1234691218273654108; no permutation of those 19 digits yields a result that is divisible by 108, so 108 is in the sequence. The divisors of 14 are 1, 2, 7, and 14, and concatenating all their digits gives the 5-digit number 12714; those 5 digits can be permuted to yield a result (e.g., 21714) that is divisible by 14, so 14 is not in the sequence.
Links
- Jon E. Schoenfield, Table of n, a(n) for n=1..2544
Crossrefs
Cf. A077351.
Comments