login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A044994
Numbers whose base-3 representation contains exactly one 0 and no 2's.
0
0, 3, 10, 12, 31, 37, 39, 94, 112, 118, 120, 283, 337, 355, 361, 363, 850, 1012, 1066, 1084, 1090, 1092, 2551, 3037, 3199, 3253, 3271, 3277, 3279, 7654, 9112, 9598, 9760, 9814, 9832, 9838, 9840, 22963, 27337, 28795, 29281, 29443
OFFSET
1,2
MATHEMATICA
Select[Range[0, 30000], DigitCount[#, 3, 0]==1&&DigitCount[#, 3, 2]==0&] (* Harvey P. Dale, Jun 20 2021 *)
CROSSREFS
Cf. A007089.
Sequence in context: A371476 A102017 A032916 * A242900 A358266 A299403
KEYWORD
nonn,base
EXTENSIONS
a(1) = 0 inserted by Georg Fischer, Jun 27 2019
STATUS
approved