%I #13 May 21 2023 00:21:26
%S 52,60,137,177,185,257,261,263,264,267,272,277,285,301,303,304,305,
%T 315,320,327,335,352,360,387,427,435,512,552,560,662,682,686,688,689,
%U 692,697,712,737,762,802,810,882,886,888,889,892
%N Numbers whose base-5 representation contains exactly one 0 and two 2's.
%t Select[Range[1000],DigitCount[#,5,0]==1&&DigitCount[#,5,2]==2&] (* _Harvey P. Dale_, Dec 05 2012 *)
%Y Cf. A007091.
%K nonn,base
%O 1,1
%A _Clark Kimberling_
|