|
|
A045033
|
|
Numbers n with property that in base 4 representation the numbers of 0's and 1's are 4 and 0, respectively.
|
|
1
|
|
|
512, 768, 2050, 2051, 2056, 2060, 2080, 2096, 2176, 2240, 2560, 2816, 3074, 3075, 3080, 3084, 3104, 3120, 3200, 3264, 3584, 3840, 8202, 8203, 8206, 8207, 8226, 8227, 8232, 8236, 8242, 8243, 8248, 8252, 8322, 8323, 8328
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..2000
|
|
MATHEMATICA
|
Select[Range[10000], DigitCount[#, 4, 0] == 4 && DigitCount[#, 4, 1] == 0 &] (* Vincenzo Librandi, Sep 23 2016 *)
|
|
CROSSREFS
|
Sequence in context: A046311 A036333 A046312 * A066648 A043423 A341886
Adjacent sequences: A045030 A045031 A045032 * A045034 A045035 A045036
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Clark Kimberling
|
|
STATUS
|
approved
|
|
|
|