OFFSET
1,3
COMMENTS
a(n) < n for all n, see A075425.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
FORMULA
A075424(n) = a(a(n)) for n>1.
MATHEMATICA
A075423[n_] := Times @@ FactorInteger[n][[All, 1]] - 1;
Array[A075423, 100] (* Paolo Xausa, Oct 07 2025 *)
PROG
(PARI) a(n)=factorback(factor(n)[, 1])-1 \\ Charles R Greathouse IV, Jul 09 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 15 2002
STATUS
approved
