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”).

A072440
3-smooth numbers k with decimal digits <= 3.
0
1, 2, 3, 12, 32, 13122
OFFSET
1,2
COMMENTS
Possibly the sequence is finite/full (?next term > 10^11).
No more terms less than 10^10000. - David Radcliffe, Aug 04 2021
EXAMPLE
Digits of 13122 are <= 3 and 13122=2*3^8, therefore 13122 is a term.
MATHEMATICA
Flatten[Table[Select[Times@@@Tuples[{2, 3}, n], Max[IntegerDigits[#]]<4&], {n, 0, 10}]]//Union (* Harvey P. Dale, Jul 05 2024 *)
CROSSREFS
Cf. A003586.
Sequence in context: A034381 A076424 A165301 * A135522 A353831 A377705
KEYWORD
nonn,base,more
AUTHOR
Reinhard Zumkeller, Aug 01 2002
EXTENSIONS
Definition corrected by Georg Fischer, Aug 04 2021
STATUS
approved