proposed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
proposed
approved
editing
proposed
allocated for Amiram EldarNonexponential multiply-perfect numbers: numbers k such that k | A160135(k).
1, 6, 40, 234, 588, 89376, 10805558400
1,2
The corresponding quotients A160135(k)/k are 0, 1, 1, 1, 1, 2, 3, ...
a(8) > 1.5*10^10, if it exists.
1 is a term since it does not have nonexponential divisors, so A160135(1) = 0 which is divisible by 1.
6 is a term since its nonexponential divisors are 1, 2 and 3, so A160135(6) = 1 + 2 + 3 = 6 which is divisible by 6.
40 is a term since its nonexponential divisors are 1, 2, 4, 5, 8 and 20, so A160135(40) = 1 + 2 + 4 + 5 + 8 + 20 = 40 which is divisible by 40.
esigma[n_] := Times @@ (Sum[First[#]^d, {d, Divisors[Last[#]]}] &) /@ FactorInteger[n]; Select[Range[1000], Divisible[DivisorSigma[1, #] - esigma[#], #] &]
allocated
nonn,more
Amiram Eldar, Oct 25 2021
approved
editing
allocating
allocated
allocated for Amiram Eldar
allocating
approved