A328953 Antiharmonic numbers (A020487) that are not arithmetic (A003601).
4, 9, 16, 25, 36, 50, 64, 81, 100, 117, 121, 144, 180, 196, 200, 225, 242, 256, 289, 324, 325, 400, 441, 450, 468, 484, 529, 576, 578, 625, 650, 676, 729, 784, 800, 841, 900, 968, 1024, 1058, 1089, 1156, 1225, 1280, 1296, 1300, 1444, 1476, 1521, 1600, 1620
Offset: 1
Keywords
Crossrefs
Programs
-
Magma
[m: m in [1..10^5] | not IsIntegral(SumOfDivisors(m) / NumberOfDivisors(m)) and IsIntegral(&+[d^2: d in Divisors(m)] / SumOfDivisors(m))]
-
Mathematica
Select[Range[1620], !Divisible[(sigma = DivisorSigma[1, #]), DivisorSigma[0, #]] && Divisible[DivisorSigma[2, #], sigma] &] (* Amiram Eldar, Nov 17 2019 *)
Comments