login
Numbers whose base-11 representation has the same nonzero number of 0's and 8's.
0

%I #12 Jun 30 2021 04:05:14

%S 88,129,209,250,330,371,451,492,572,613,693,734,814,855,935,969,970,

%T 971,972,973,974,975,977,978,979,990,1001,1012,1023,1034,1045,1067,

%U 1078,1097,1177,1218,1298,1350,1361,1372,1383,1394,1405,1416,1420

%N Numbers whose base-11 representation has the same nonzero number of 0's and 8's.

%t Select[Range[1500],DigitCount[#,11,8]==DigitCount[#,11,0]>0&] (* _Harvey P. Dale_, Dec 18 2020 *)

%K nonn,base,easy

%O 1,1

%A _Olivier GĂ©rard_