OFFSET
1,1
LINKS
Scott R. Shannon, Table of n, a(n) for n = 1..5000
EXAMPLE
49 is a term as 49 = 7^2 which becomes 27 when replaced by the "Look and Say" description of its prime factors, and 27 is smaller than 49.
MATHEMATICA
Select[Range[8750], #>FromDigits[Flatten[IntegerDigits/@Reverse/@FactorInteger[#]]]&] (* James C. McMahon, Dec 23 2024 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Scott R. Shannon, Dec 23 2024
STATUS
approved