OFFSET
1,3
COMMENTS
A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. Numbers whose prime indices are relatively prime are A289509. The maximum divisor of n that is 1 or whose prime indices are relatively prime is A327529(n).
Also the quotient of n over the maximum divisor of n that is 1 or whose prime indices are relatively prime.
LINKS
MATHEMATICA
Table[n/Max[Select[Divisors[n], #==1||GCD@@PrimePi/@First/@FactorInteger[#]==1&]], {n, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 17 2019
STATUS
approved