OFFSET
1,2
COMMENTS
Inspired by A355045, which has an additional constraint.
If k is a term then k*rad(k) is a term. Hence the sequence is infinite. For example, it contains 18*6^k for k >= 0. - David A. Corneth, Aug 07 2022
MATHEMATICA
f[p_, e_] := (p + 1)*p^(e - 1); q[1] = True; q[n_] := IntegerQ @ Log[Times @@ (fct = FactorInteger[n])[[;; , 1]], Times @@ f @@@ fct]; Select[Range[10^6], q] (* Amiram Eldar, Aug 06 2022 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Aug 06 2022
EXTENSIONS
More terms from Jinyuan Wang, Aug 06 2022
STATUS
approved