[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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”).

A037353
Numbers whose base-4 and base-6 expansions have no digits in common.
1
4, 5, 10, 11, 16, 17, 20, 21, 22, 28, 29, 30, 33, 34, 35, 42, 43, 46, 47, 129, 130, 136, 137, 149, 165, 166, 172, 173, 174, 175, 178, 179, 185, 186, 187, 190, 191, 196, 197, 208, 209, 212, 214, 215, 250, 251, 509, 666, 677, 678, 681
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[700], Intersection[IntegerDigits[#, 4], IntegerDigits[#, 6]]=={}&] (* Harvey P. Dale, Jan 29 2011 *)
CROSSREFS
Sequence in context: A102857 A102856 A285135 * A269003 A246390 A047257
KEYWORD
nonn,base
STATUS
approved