OFFSET
1,2
COMMENTS
This is the lexicographically earliest maximal set of nonprime integers that has unique factorization. Products of any number of terms from A100484, with repetition allowed.
LINKS
James C. McMahon, Table of n, a(n) for n = 1..10000
MATHEMATICA
fn[b_]:=Total[Last/@FactorInteger[b]]; Join[{1}, Select[Range[240], EvenQ[#]&&EvenQ[fn[#]]&&First[FactorInteger[#]][[2]]>=fn[#]/2&]] (* James C. McMahon, Nov 23 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Franklin T. Adams-Watters, Oct 04 2006
STATUS
approved