login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A039219
Numbers whose base-12 representation has the same number of 0's and 10's.
1
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[0, 200], DigitCount[#, 12, 0] == DigitCount[#, 12, 10] &] (* Vincenzo Librandi, Oct 20 2012 *)
CROSSREFS
Sequence in context: A061487 A106000 A267215 * A038365 A359075 A247761
KEYWORD
nonn,base,easy
EXTENSIONS
An incorrect g.f. was deleted by N. J. A. Sloane, Sep 13 2009
STATUS
approved