Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A039070
Numbers whose base-8 representation has the same number of 3's and 7's.
0
0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 16, 17, 18, 20, 21, 22, 31, 32, 33, 34, 36, 37, 38, 40, 41, 42, 44, 45, 46, 48, 49, 50, 52, 53, 54, 59, 64, 65, 66, 68, 69, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 84, 85, 86, 95, 96, 97, 98, 100, 101, 102, 104, 105, 106, 108, 109
OFFSET
1,3
MATHEMATICA
Select[Range[200], With[{dc=DigitCount[#, 8]}, dc[[3]]==dc[[7]]&]] (* Harvey P. Dale, Aug 09 2011 *)
CROSSREFS
Sequence in context: A184421 A329978 A329839 * A059553 A249245 A279607
KEYWORD
nonn,base,easy
STATUS
approved