OFFSET
1,2
EXAMPLE
28 is in the sequence since sigma(28) = 56 = 48 + 2^3 = psi(28) + omega(28)^3.
MATHEMATICA
psi[n_] := n * Times @@ (1 + 1/FactorInteger[n][[;; , 1]]); psi[1] = 1; Select[Range[23000], DivisorSigma[1, #] == psi[#] + PrimeNu[#]^3 &] (* Amiram Eldar, Oct 30 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
S. I. Dimitrov, Oct 30 2025
STATUS
approved
