login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A037367
Numbers whose base-7 and base-8 expansions have no digits in common.
1
7, 14, 21, 22, 29, 30, 35, 36, 38, 42, 43, 44, 45, 50, 51, 52, 53, 54, 63, 100, 101, 103, 119, 121, 124, 125, 126, 148, 150, 151, 160, 175, 176, 178, 182, 183, 185, 186, 188, 189, 201, 202, 208, 216, 239, 246, 247, 249, 250, 251
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[300], Intersection[IntegerDigits[#, 7], IntegerDigits[#, 8]]=={}&] (* Vincenzo Librandi, Jun 08 2012 *)
CROSSREFS
Sequence in context: A308015 A339950 A242888 * A276613 A004939 A115417
KEYWORD
nonn,base
STATUS
approved