I am having some trouble understanding how to plug terms into the following sequence. I was given the following,
$$a_1=1, a_{n+1}=\frac{a_n}{\sqrt{n}}$$ for all n greater or equal to 1.
Plugging in terms we get the following,
$$a_1=1$$ $$a_2=a_1=1$$ $$a_3=\frac{a_2}{\sqrt{2}}=\frac{1}{\sqrt{2}}$$ $$a_4=\frac{a_3}{\sqrt{3}}=\frac{1}{\sqrt{6}}$$
How are they getting these terms $a_2,a_3,a_4$?