login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A044978
Numbers whose base-3 representation contains exactly two 0's and three 1's.
0
85, 91, 93, 109, 111, 117, 257, 259, 265, 275, 277, 281, 285, 289, 291, 301, 307, 309, 329, 331, 335, 339, 343, 345, 353, 357, 369, 379, 381, 387, 409, 415, 417, 433, 435, 441, 499, 517, 523, 525, 571, 577, 579, 595, 597, 603
OFFSET
1,1
MATHEMATICA
Select[Range[700], DigitCount[#, 3, 0]==2&&DigitCount[#, 3, 1]==3&] (* Harvey P. Dale, Mar 26 2021 *)
CROSSREFS
Cf. A007089.
Sequence in context: A215432 A020312 A156650 * A308516 A095593 A039487
KEYWORD
nonn,base
STATUS
approved