|
|
A045022
|
|
Numbers whose base-4 representation contains exactly one 0 and four 1's.
|
|
1
|
|
|
277, 325, 337, 340, 1110, 1111, 1113, 1117, 1125, 1141, 1173, 1237, 1302, 1303, 1305, 1309, 1317, 1333, 1350, 1351, 1353, 1357, 1362, 1363, 1368, 1372, 1377, 1380, 1393, 1396, 1413, 1425, 1428, 1477, 1489, 1492, 1557
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
MATHEMATICA
|
Select[Range[10000], DigitCount[#, 4, 0] == 1 && DigitCount[#, 4, 1] == 4 &] (* Vincenzo Librandi, Sep 21 2016 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|