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

A037346
Numbers whose base-3 and base-5 expansions have no digits in common.
1
3, 4, 6, 8, 12, 13, 18, 19, 23, 24, 26, 79, 80, 93, 94, 98, 99, 112, 117, 118, 119, 123, 124, 168, 216, 218, 224, 234, 324, 337, 363, 364, 394, 395, 454, 468, 469, 473, 474, 475, 493, 494, 498, 499, 546, 548, 593, 594, 598, 599, 618
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1000], Intersection[IntegerDigits[#, 3], IntegerDigits[#, 5]]=={}&] (* Vincenzo Librandi, Jun 07 2012 *)
CROSSREFS
Sequence in context: A369112 A050115 A167711 * A250122 A243653 A365168
KEYWORD
nonn,base
STATUS
approved