STATUS
reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
isok(n) = {if ((n>1) && (n % 2, ), my(f=factor(n)); #select(x->isokp(x), f[, 1]) == #f~; , , 0); } \\ Michel Marcus, Dec 09 2018
proposed
editing
editing
proposed
Positive integers n the whose prime factorization of which contains factorizations contain only primes from A001122.
proposed
editing
editing
proposed
aQ[n_] := Length[Select[FactorInteger[n][[;; , 1]], # > 1 && PrimitiveRoot@# != 2 &]] == 0; Select[Range[2, 250], aQ] (* Amiram Eldar, Dec 09 2018 *)
proposed
editing
editing
proposed
aQ[n_] := Length[Select[FactorInteger[n][[;; , 1]], PrimitiveRoot@# != 2 &]] == 0; Select[Range[2, 250], aQ] (* Amiram Eldar, Dec 09 2018 *)
proposed
editing