OFFSET
1,1
COMMENTS
First differs from A334166 at n = 21.
The least odd term is a(33) = 105, and the least term that is coprime to 6 is a(11850456) = 37182145.
The ordered values of A003557(A363169(n)): m is a powerful abundant number (A363169) if and only if A003557(m) is in this sequence.
If k is a term then any positive multiple of k is also a term. The primitive terms are in A363172.
The numbers of terms not exceeding 10^k, for k = 1, 2, ..., are 2, 30, 322, 3201, 31863, 318336, 3188014, 31855257, 318427893, 3184885813, 31853300276, ... . Apparently, the asymptotic density of this sequence exists and equals 0.3185... .
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
q[n_] := DivisorSigma[-1, n * Times @@ FactorInteger[n][[;; , 1]]] > 2; Select[Range[200], q]
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 19 2023
STATUS
approved