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
KEYWORD
nonn,base,more
AUTHOR
Reinhard Zumkeller, Aug 01 2002
EXTENSIONS
Definition corrected by Georg Fischer, Aug 04 2021
STATUS
approved