I have to find the following value
$\sum_{k=1}^{N} \left \lfloor \frac{N}{k} \right \rfloor * k \mid k $ is composite and all powers of prime factor of k are equal and greater than 1
I tried to find a closed form which seems impossible, so is it possible to compute it in subroot complexity.
For example: $36 = 2^{2} * 3^{2}$