OFFSET
1,1
COMMENTS
No term can end in 0 or 2; a number ending in 2 would mean the first prime factor is 2, which would disqualify the number, while a number ending in 0 would mean the first 3 distinct prime factors would have to be 2, 3, 5 or 2, 5, either of which would also disqualify the number.
LINKS
Scott R. Shannon, Table of n, a(n) for n = 1..10000
EXAMPLE
106 is a term as 106 = 2 * 53 which when concatenated give "106253", the digits of which alternate from being smaller than and then larger than the previous digit.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Scott R. Shannon, Apr 28 2024
STATUS
approved