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

A045050
Numbers whose base-4 representation contains exactly two 0's and three 2's.
2
522, 546, 552, 642, 648, 672, 1066, 1162, 1186, 1192, 1546, 1570, 1576, 1666, 1672, 1696, 2074, 2086, 2089, 2091, 2094, 2106, 2122, 2146, 2152, 2182, 2185, 2187, 2190, 2194, 2200, 2209, 2211, 2212, 2220, 2226, 2232, 2250
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[7000], DigitCount[#, 4, 0] == 2 && DigitCount[#, 4, 2] == 3 &] (* Vincenzo Librandi, Sep 21 2016 *)
CROSSREFS
Cf. A007090.
Sequence in context: A057699 A033525 A138647 * A305268 A004968 A263306
KEYWORD
nonn,base
STATUS
approved