OFFSET
1,2
COMMENTS
Includes all members of A002182.
Conjecture (false!): includes all members of A094348.
Contribution from Matthew Vandermast, Oct 10 2008: (Start)
Counterexample to conjecture: 5354228880, the smallest positive multiple of the first 23 positive integers, does not belong to A067128. It is the smallest member of A003418 (a subsequence of A094348) not to be largely composite.
Includes all members of A097212. (End)
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..1000
EXAMPLE
3 doesn't qualify because it's not the smallest number with its prime signature. 16 does not qualify because it's not a member of A067128.
MATHEMATICA
PrimeExponents[n_] := Last /@ FactorInteger[n]; lpe = {}; ln = {1}; dm=1; Do[d=DivisorSigma[0, n]; If[d>=dm, dm=d; pe = Sort@PrimeExponents@n; If[ FreeQ[lpe, pe], AppendTo[lpe, pe]; AppendTo[ln, n]]], {n, 2, 50000}]; ln (* Amiram Eldar, Jun 20 2019 after Robert G. Wilson v at A025487 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
J. Lowell, Jul 28 2008
EXTENSIONS
More terms from Matthew Vandermast, Oct 10 2008, Oct 14 2008
STATUS
approved