A258374 Least primitive weird number with n prime divisors, not counting multiplicity.
70, 4030, 4199030, 1550860550
Offset: 3
Programs
-
Mathematica
(* copy the terms from A002975, assign them equal to 'lst' and then *) Table[ Min@ Select[ lst, PrimeNu@# == n &], {n, 3, 6}]
Comments