A277028 Numbers that are never pandigital for any base b > 1.
0, 1, 3, 7, 31, 255, 32767
Offset: 1
Examples
32767 is not pandigital in any base b between 2 and 6: b 32767 in base b Missing digits - --------------- -------------- 2 111111111111111 0 3 1122221121 0 4 13333333 0, 2 5 2022032 1, 4 6 411411 0, 2, 3, 5 Moreover, 32767 is too small to be pandigital in any base b > 6, hence 32767 is in the sequence.
Links
- Rémy Sigrist, PARI/GP program for A277028
Programs
-
PARI
See Sigrist link.
Comments