My proposed solution follows. Is this correct? If yes, I'd like to know if there is a better way to solve this problem.
We can see that the value of the first throw could only be $1, 2, 3$ or $4$.
Throws are labeled as $T_1, T_2, T_3$.
If $T_1$ is $1$ then $T_2$, $T_3 \in \{2,3,4,5,6\}$
If $T_1$ is $2$ then $T_2$, $T_3 \in \{3,4,5,6\}$
If $T_1$ is $3$ then $T_2$, $T_3 \in \{4,5,6\}$
If $T_1$ is $4$ then $T_2$, $T_3 \in \{5,6\}$
Hence the number of favorable outcomes is $\dbinom{2}{2}+\dbinom{3}{2}+\dbinom{4}{2}+\dbinom{5}{2} = 20$
And $P(A) = \frac{20}{6\times6\times6}=\frac{5}{54}$