%I
%S 742,760,766,768,814,820,822,838,840,846,976,982,984,1000,1002,1008,
%T 1054,1056,1062,1080,2228,2230,2236,2254,2282,2284,2290,2300,2302,
%U 2306,2310,2314,2316,2326,2332,2334,2362,2380,2386
%N Numbers n with property that in base 3 representation the numbers of 0's and 1's are 3 and 4, respectively.
%H Harvey P. Dale, <a href="/A044984/b044984.txt">Table of n, a(n) for n = 1..3000</a>
%t Select[Range[2500],DigitCount[#,3,0]==3&&DigitCount[#,3,1]==4&] (* _Harvey P. Dale_, Jun 24 2020 *)
%K nonn,base
%O 1,1
%A _Clark Kimberling_
|