|
| |
|
|
A039276
|
|
Numbers n such that representation in base 3 has same nonzero number of 0's and 2's.
|
|
0
|
|
|
|
6, 11, 15, 19, 21, 32, 34, 38, 42, 46, 48, 56, 58, 60, 64, 66, 72, 89, 95, 97, 101, 103, 105, 113, 115, 119, 123, 127, 129, 137, 139, 141, 145, 147, 153, 167, 169, 173, 175, 177, 181, 183, 191, 193, 195, 199, 201, 207, 217, 219, 225, 260, 266, 268, 278, 284
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Table of n, a(n) for n=1..56.
|
|
|
MATHEMATICA
|
Select[Range[300], DigitCount[#, 3, 0]==DigitCount[#, 3, 2]>0&] (* From Harvey P. Dale, May 10 2011 *)
|
|
|
CROSSREFS
|
Sequence in context: A190449 A106837 A043098 * A044995 A135708 A212453
Adjacent sequences: A039273 A039274 A039275 * A039277 A039278 A039279
|
|
|
KEYWORD
|
nonn,base,easy
|
|
|
AUTHOR
|
Olivier Gérard
|
|
|
STATUS
|
approved
|
| |
|
|