Sam can choose any of the 9 pots for the first in the row, any of the remaining 8 for the second in the row, then any of the remaining 7, then any of the remaining 6. The total number of different displays is
9*8*7*6 = 3024
_____
This is nPk = n!/(n-k)! where n=9 and k=4.