# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a039464 Showing 1-1 of 1 %I A039464 #15 Jun 30 2021 04:32:24 %S A039464 32,112,153,233,252,263,285,296,307,318,329,340,351,352,353,355,356, %T A039464 357,358,359,360,361,395,475,516,596,637,717,758,838,879,959,1000, %U A039464 1080,1121,1201,1212,1223,1232,1233,1235,1236,1237,1238,1239,1240 %N A039464 Numbers whose base-11 representation has the same nonzero number of 2's and 10's. %H A039464 Vincenzo Librandi, Table of n, a(n) for n = 1..5000 %t A039464 Select[Range[2000],DigitCount[#,11,2]==DigitCount[#,11,10]>0&] (* _Harvey P. Dale_, Mar 26 2014 *) %K A039464 nonn,base,easy %O A039464 1,1 %A A039464 _Olivier GĂ©rard_ # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE