$A$ is the set of all $n$ numbers where $n={d^2_1 + d^2_2 + d^2_3 +d^2_4}$. Here $1=d_1<d_2<d_3<d_4$ where $d_1,d_2,d_3,d_4$ are the $4$ smallest divisors of $n$. As an example $130=1^2+2^2+5^2+10^2$ belongs to $A$. What we can say about following statements?
- If $n$ belongs to $A$, then $n$ is even.
- $A$ has a $n$ value which is divisible by $4$.
- $130$ is the one and only value which is divisible by $5$, that belongs to $A$.
Addition (from the comments): I found this question in an old challenge exam. The translation is my own and may need polishing.
We can show that $n=130$ is the only integer with this property.
Let $p<q<r$ be the three smallest prime divisors of $n$ (if it has less prime divisors then the latter primes simply won't exist).
The above list covers all the possibilities for the four smallest divisors, so we are done.