Consider the set of all numbers which are divisible by all natural numbers not exceeding their square root, and denote this set by $S_2=\{1,2,3,4,6,8,12,24\}$ (Here the subscript indicates that we're taking the 2nd root of the numbers). Thus $|S_2|=8$.
Similarly, the set of all numbers which are divisible by all natural numbers not exceeding the cube root is $S_3 = \{1,2,3,4,5,6,7,8,10,12,14,16,18,20,22,24,26,30,36,42,48,54,60,72,84,96,108,120,180,240,300,420\}$, with $|S_3|=32$.
Now define $S_r$ similarly as the set of all positive numbers divisible by all the naturals not exceeding their $r^{th}$ roots. Then I have the folowing questions:
Q-1 What is the general formula for finding $|S_r|$ (ie. Cardinality of $S_r$)?
Q-2 Is there an expression for the greatest element of $S_r$?
Asymptotics will also be encouraged.