OFFSET
1,2
COMMENTS
From Michael De Vlieger, Mar 06 2026: (Start)
Does not intersect A332785 (numbers that are neither squarefree nor powerful) since there exists an exponent 1 amid the prime power factor exponents, there exist at least 2 distinct exponents, and 1 divides all other numbers.
Both A303554 (union of squarefree numbers A005117 and prime powers A000961) and A303606 are proper subsets, therefore A072774 is a proper subset.
Does not contain certain Achilles numbers with more than 2 distinct prime factors, where there exists at least one pair of prime power factor exponents {k,m} such that k | m. Example, 10800 = 2^4 * 3^3 * 5^2; 2 | 4, therefore 10800 is not in this sequence. (End)
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
EXAMPLE
72 = 2^3 * 3^2 is in the sequence because 3 and 2 are pairwise indivisible.
144 = 2^4*3^2 is not in the sequence because 4 is divisible by 2. - R. J. Mathar, Mar 06 2026
MATHEMATICA
Select[Range[100], Select[Tuples[Last/@FactorInteger[#], 2], And[UnsameQ@@#, Divisible@@#]&]=={}&]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Aug 01 2018
STATUS
approved
