Why is the following true?
$$\prod_{i=6}^2 3^i = 1$$
I can't quite wrap my head around it. I understand that
$$\prod_{i=1}^k 3^i = \underbrace{3^1 \cdot 3^2 \cdots 3^{k-1} \cdot 3^k}_{3^{\sum_{j=1}^k}}$$
Is it because that sum is now zero and $3^0 = 1$?