Problem

Source:

Tags: number theory, least common multiple, greatest common divisor, prime factorization



Find the smallest positive integer $n$ for which there exist $n$ different positive integers $a_{1}, a_{2}, \cdots, a_{n}$ satisfying $\text{lcm}(a_1,a_2,\cdots,a_n)=1985$, for each $i, j \in \{1, 2, \cdots, n \}$, $gcd(a_i,a_j)\not=1$, the product $a_{1}a_{2} \cdots a_{n}$ is a perfect square and is divisible by $243$, and find all such $n$-tuples $(a_{1}, \cdots, a_{n})$.