A309141 Nonunitary highly composite numbers: numbers with a record number of nonunitary divisors.
1, 4, 8, 16, 24, 36, 48, 72, 144, 216, 288, 360, 576, 720, 1080, 1440, 2160, 2880, 3600, 4320, 5040, 7200, 7560, 10080, 15120, 20160, 25200, 30240, 45360, 50400, 60480, 75600, 100800, 110880, 151200, 221760, 277200, 302400, 332640, 453600, 498960, 554400, 665280
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..559
- Amiram Eldar, Table of n, a(n), A048105(a(n)) for n = 1..559
Crossrefs
Programs
-
Mathematica
f[n_] := DivisorSigma[0, n] - 2^PrimeNu[n]; fm=-1; s={}; Do[f1 = f[n]; If[f1 > fm, fm = f1; AppendTo[s, n]], {n, 1, 10^5}]; s
Comments