login
A037349
Numbers whose base-3 and base-8 expansions have no digits in common.
2
3, 4, 5, 6, 7, 8, 27, 28, 29, 30, 31, 35, 36, 37, 38, 39, 40, 43, 44, 45, 46, 47, 51, 52, 53, 54, 55, 59, 60, 61, 62, 63, 78, 219, 220, 221, 222, 223, 227, 228, 229, 230, 231, 232, 235, 236, 237, 238, 239, 243, 244, 245, 246, 247, 251
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[300], Intersection[IntegerDigits[#, 3], IntegerDigits[ #, 8]]=={}&] (* Harvey P. Dale, Jun 04 2012 *)
CROSSREFS
Sequence in context: A085627 A057825 A082464 * A037350 A014615 A144046
KEYWORD
nonn,base
STATUS
approved