Determine the number of positive integers n≤1000n \le 1000n≤1000 that satisfy the equation ⌊n2⌋+⌊n3⌋+⋯+⌊n5⌋=n\lfloor \frac{n}{2} \rfloor + \lfloor \frac{n}{3} \rfloor + \dots + \lfloor \frac{n}{5} \rfloor = n⌊2n⌋+⌊3n⌋+⋯+⌊5n⌋=n.
15
29
30
999