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

A044977
Numbers whose base-3 representation contains exactly two 0's and two 1's.
0
28, 30, 36, 86, 88, 92, 96, 100, 102, 110, 114, 126, 136, 138, 144, 166, 172, 174, 190, 192, 198, 260, 266, 268, 278, 290, 294, 302, 304, 308, 312, 316, 318, 332, 344, 348, 380, 384, 396, 410, 412, 416, 420, 424, 426, 434, 438
OFFSET
1,1
MATHEMATICA
Select[Range[500], DigitCount[#, 3, 0]==DigitCount[#, 3, 1]==2&] (* Harvey P. Dale, Jun 23 2013 *)
CROSSREFS
Cf. A007089.
Sequence in context: A042620 A042621 A042622 * A046466 A374008 A054396
KEYWORD
nonn,base
STATUS
approved