A348632 Nonexponential highly composite numbers: where the number of nonexponential divisors (A160097) increases to a record.
1, 6, 12, 24, 30, 60, 120, 210, 240, 360, 420, 720, 840, 1260, 1680, 2520, 3360, 5040, 7560, 9240, 10080, 15120, 18480, 25200, 27720, 36960, 50400, 55440, 83160, 110880, 166320, 221760, 277200, 332640, 480480, 498960, 554400, 665280, 720720, 1081080, 1441440
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..651
- Amiram Eldar, Table of n, a(n), A160097(a(n)) for n = 1..651
Crossrefs
Programs
-
Mathematica
f1[p_, e_] := e + 1; f2[p_, e_] := DivisorSigma[0, e]; ned[1] = 1; ned[n_] := Times @@ f1 @@@ (f = FactorInteger[n]) - Times @@ f2 @@@ f; dm = -1; s = {}; Do[If[(d = ned[n]) > dm, dm = d; AppendTo[s, n]], {n, 1, 10^6}]; s
Comments