OFFSET
1,1
COMMENTS
Primes p are terms since rad(p) * bigomega(p) = p * 1 = p.
From Michael De Vlieger, Jul 03 2026: (Start)
Primes are the only squarefree numbers (in A005117) in the sequence. Squarefree k = rad(k) such that bigomega(k) = omega(k) > 2 do not appear in the sequence since k * omega(k) > k.
The only powerful number k (in A001694) in this sequence is 4 = 2^2 = 2*2, since powerful numbers k imply rad(k)^2 | k, and further, bigomega(k) >= k/rad(k), where k/rad(k) >= rad(k). Attempting to increment the left hand side only increases the ratio RHS/LHS, since RHS increases by a prime factor.
Consequences:
1. A175787 is a proper subset of this sequence.
2. There is no intersection of this sequence and A120944 (squarefree and composite).
LINKS
James C. McMahon, Table of n, a(n) for n = 1..10000
EXAMPLE
18 is a term since rad(18) * bigomega(18) = 6 * 3 = 18.
MATHEMATICA
q[m_]:=PrimeOmega[m]*Times@@First/@FactorInteger[m]==m; Select[Range[193], q]
CROSSREFS
KEYWORD
nonn,new
AUTHOR
James C. McMahon and Vincenzo Manto, Jun 28 2026
STATUS
approved
