login
A037363
Numbers whose base-6 and base-7 expansions have no digits in common.
1
6, 12, 18, 19, 24, 26, 30, 31, 32, 37, 38, 39, 40, 48, 74, 76, 90, 92, 95, 96, 111, 113, 114, 117, 118, 133, 135, 141, 142, 145, 152, 160, 174, 181, 191, 192, 193, 197, 200, 203, 216, 221, 222, 223, 227, 228, 229, 230, 235, 236, 237
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[300], Intersection[Union[IntegerDigits[#, 6]], Union[IntegerDigits[#, 7]]]=={}&] (* Harvey P. Dale, Oct 19 2011 *)
CROSSREFS
Sequence in context: A301716 A315720 A315721 * A315722 A343126 A049094
KEYWORD
nonn,base
STATUS
approved