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

A037366
Numbers whose base-6 and base-10 expansions have no digits in common.
1
6, 7, 8, 9, 14, 15, 16, 17, 18, 21, 22, 25, 27, 28, 29, 36, 37, 38, 42, 43, 44, 45, 47, 48, 49, 50, 54, 55, 56, 57, 58, 66, 67, 68, 69, 70, 73, 74, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87, 88, 89, 96, 97, 98, 99, 100, 101, 104, 106, 107, 111
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[120], Intersection[IntegerDigits[#], IntegerDigits[ #, 6]] == {}&] (* Harvey P. Dale, Sep 24 2011 *)
CROSSREFS
Sequence in context: A059983 A177106 A269101 * A047551 A010755 A063971
KEYWORD
nonn,base
STATUS
approved