login
A037360
Numbers whose base-5 and base-8 expansions have no digits in common.
1
5, 6, 7, 12, 13, 14, 15, 16, 18, 21, 23, 24, 26, 27, 29, 30, 31, 32, 35, 36, 37, 38, 45, 46, 47, 48, 51, 52, 53, 54, 55, 56, 59, 60, 61, 62, 63, 64, 68, 69, 72, 73, 77, 78, 79, 110, 112, 113, 117, 118, 119, 146, 149, 150, 151, 154, 155
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[200], Intersection[IntegerDigits[#, 5], IntegerDigits[#, 8]]=={}&] (* Vincenzo Librandi, Jun 08 2012 *)
CROSSREFS
Sequence in context: A373854 A028318 A154952 * A120521 A022566 A047320
KEYWORD
nonn,base
STATUS
approved