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”).

A037370
Numbers whose base-8 and base-9 expansions have no digits in common.
1
8, 16, 24, 25, 32, 33, 34, 40, 42, 43, 48, 49, 50, 52, 56, 57, 58, 59, 60, 65, 66, 67, 68, 69, 70, 80, 130, 131, 132, 134, 152, 154, 157, 158, 159, 160, 199, 200, 203, 205, 206, 207, 224, 225, 227, 230, 232, 233, 235, 236, 238, 241, 258
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[300], Intersection[IntegerDigits[#, 8], IntegerDigits[#, 9]]=={}&] (* Vincenzo Librandi, Jun 08 2012 *)
CROSSREFS
Sequence in context: A254141 A188438 A282256 * A325261 A333195 A229972
KEYWORD
nonn,base
STATUS
approved