OFFSET
1,10
COMMENTS
k = 22 is the first case for which f(k) is not an integer itself.
PROG
(PARI) a(n) = my (f=n, d=digits(n)); for (i=1, #d, if (d[i], if (n%d[i], f*=d[i], f/=d[i]))); floor(f) \\ Rémy Sigrist, Aug 16 2019
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Apr 25 2003
EXTENSIONS
a(2)-a(9) corrected and more terms from Rémy Sigrist, Aug 16 2019
STATUS
approved