login
A037353
Numbers whose base-4 and base-6 expansions have no digits in common.
1
4, 5, 10, 11, 16, 17, 20, 21, 22, 28, 29, 30, 33, 34, 35, 42, 43, 46, 47, 129, 130, 136, 137, 149, 165, 166, 172, 173, 174, 175, 178, 179, 185, 186, 187, 190, 191, 196, 197, 208, 209, 212, 214, 215, 250, 251, 509, 666, 677, 678, 681
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[700], Intersection[IntegerDigits[#, 4], IntegerDigits[#, 6]]=={}&] (* Harvey P. Dale, Jan 29 2011 *)
CROSSREFS
Sequence in context: A102857 A102856 A285135 * A269003 A246390 A047257
KEYWORD
nonn,base
STATUS
approved