OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
q[n_] := Module[{e = FactorInteger[n][[;; , 2]]}, MemberQ[e, 3] && Count[e, _?(# < 3 &)] == Length[e] - 1]; Select[Range[600], q]
PROG
(PARI) isok(k) = {my(e = factor(k)[, 2]~); select(x -> x > 2, e) == [3]; }
CROSSREFS
KEYWORD
nonn,easy,new
AUTHOR
Amiram Eldar, Feb 19 2025
STATUS
approved