%I #14 May 21 2023 00:20:14
%S 78,90,143,203,215,268,328,340,383,388,391,392,394,398,403,415,428,
%T 440,451,452,454,455,460,470,478,490,518,578,590,668,693,708,713,716,
%U 717,719,723,743,768,828,840,893,953,965,1008,1013
%N Numbers whose base-5 representation contains exactly one 0 and two 3's.
%t Select[Range[1100],DigitCount[#,5,0]==1&&DigitCount[#,5,3]==2&] (* _Harvey P. Dale_, Dec 12 2011 *)
%Y Cf. A007091.
%K nonn,base
%O 1,1
%A _Clark Kimberling_