|
| |
|
|
A039217
|
|
Numbers n such that representation in base 12 has same number of 0's and 8's.
|
|
1
| |
|
|
1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
MATHEMATICA
| Select[Range[200], DigitCount[#, 12, 8]==DigitCount[#, 12, 0]&] (* From Harvey P. Dale, Apr 24 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A191852 A136416 A072497 * A131511 A166155 A063538
Adjacent sequences: A039214 A039215 A039216 * A039218 A039219 A039220
|
|
|
KEYWORD
| nonn,base,easy
|
|
|
AUTHOR
| Olivier Gerard (olivier.gerard(AT)gmail.com)
|
|
|
EXTENSIONS
| An incorrect g.f. was deleted by N. J. A. Sloane, Sep 13 2009
|
| |
|
|