Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Numbers whose base-12 representation has the same nonzero number of 0's and 8's.
0

%I #12 Jul 01 2021 02:47:02

%S 96,152,240,296,384,440,528,584,672,728,816,872,960,1016,1104,1153,

%T 1154,1155,1156,1157,1158,1159,1161,1162,1163,1164,1176,1188,1200,

%U 1212,1224,1236,1260,1272,1284,1304,1392,1448,1536,1592,1680,1748

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

%t Select[Range[2000],DigitCount[#,12,0]==DigitCount[#,12,8]>0&] (* _Harvey P. Dale_, May 24 2020 *)

%K nonn,base,easy

%O 1,1

%A _Olivier GĂ©rard_