OFFSET
1,1
COMMENTS
Are all terms psi-abundant (A387893)?
All the terms are psi-abundant since all the terms of A323329 are by definition psi-abundant, and any positive multiple of a psi-abundant number is also psi-abundant. - Amiram Eldar, Sep 11 2025
LINKS
S. I. Dimitrov, Table of n, a(n) for n = 1..1000
MATHEMATICA
psi[n_] := n * Times @@ (1 + 1/FactorInteger[n][[;; , 1]]); psi[1] = 1; t[n_] := psi[n] - n; seq[max_] := Module[{s = {}, n}, Do[n = t[m]; If[n > m && t[n] == m, AppendTo[s, n*m]], {m, 1, max}]; s]; seq[10^5] (* Amiram Eldar, Sep 11 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
S. I. Dimitrov, Sep 11 2025
STATUS
approved
