OFFSET
1,1
COMMENTS
LINKS
James C. McMahon, Table of n, a(n) for n = 1..10000
EXAMPLE
4 is a term because bigomega(4) = spf(4) = 2.
12 is a term because bigomega(12) = 3 > spf(12) = 2.
3 is not a term because bigomega(3) = 1 < spf(3) = 3.
MATHEMATICA
Select[Range[116], PrimeOmega[#]>=FactorInteger[#][[1, 1]]&]
CROSSREFS
KEYWORD
nonn
AUTHOR
James C. McMahon, Dec 28 2024
STATUS
approved