OFFSET
1,2
LINKS
Micha Fleuren, Smarandache Factors and Reverse Factors.
EXAMPLE
A252043(3) = 123 = 3 * 41, so a(3) = 3.
PROG
(PARI) a(n) = my(list=List(), k=1); while(#list<n, my(d=digits(k)); for (i=1, #d, listput(list, d[i])); k++; ); my(m=fromdigits(Vec(list, n))); if (m==1, 1, vecmin(factor(m)[, 1])); \\ Michel Marcus, Sep 29 2024
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jean-Marc Rebert, Sep 27 2024
STATUS
approved