VOOZH about

URL: https://oeis.org/A039612

⇱ A039612 - OEIS


login
A039612
Numbers whose base-12 representation has the same nonzero number of 1's and 10's.
0
22, 121, 154, 178, 190, 202, 214, 226, 238, 250, 262, 264, 266, 267, 268, 269, 270, 271, 272, 273, 275, 286, 310, 409, 454, 553, 598, 697, 742, 841, 886, 985, 1030, 1129, 1174, 1273, 1318, 1417, 1441, 1452, 1454, 1455, 1456, 1457, 1458, 1459
OFFSET
1,1
MATHEMATICA
Select[Range[1500], DigitCount[#, 12, 1]==DigitCount[#, 12, 10]>0&] (* Harvey P. Dale, Jun 11 2013 *)
CROSSREFS
Sequence in context: A274610 A290800 A251930 * A085828 A221698 A081931
KEYWORD
nonn,base,easy
STATUS
approved