login
A037364
Numbers whose base-6 and base-8 expansions have no digits in common.
1
6, 7, 12, 14, 15, 18, 21, 22, 23, 30, 31, 32, 33, 35, 36, 37, 38, 39, 42, 43, 44, 45, 46, 54, 55, 56, 58, 61, 62, 63, 88, 89, 102, 108, 110, 111, 113, 126, 129, 130, 133, 135, 136, 137, 138, 142, 143, 150, 151, 154, 155, 177, 178, 179
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[200], Intersection[IntegerDigits[#, 6], IntegerDigits[#, 8]]=={}&] (* Vincenzo Librandi, Jun 08 2012 *)
CROSSREFS
Sequence in context: A191337 A352090 A276089 * A315833 A155942 A315834
KEYWORD
nonn,base
STATUS
approved