First, use inclusion/exclusion principle in order to count the number of combinations:
- Include the number of combinations with at most $\color\red{6}$ values showing: $\binom{6}{\color\red{6}}\cdot\color\red{6}^n$
- Exclude the number of combinations with at most $\color\red{5}$ values showing: $\binom{6}{\color\red{5}}\cdot\color\red{5}^n$
- Include the number of combinations with at most $\color\red{4}$ values showing: $\binom{6}{\color\red{4}}\cdot\color\red{4}^n$
- Exclude the number of combinations with at most $\color\red{3}$ values showing: $\binom{6}{\color\red{3}}\cdot\color\red{3}^n$
- Include the number of combinations with at most $\color\red{2}$ values showing: $\binom{6}{\color\red{2}}\cdot\color\red{2}^n$
- Exclude the number of combinations with at most $\color\red{1}$ values showing: $\binom{6}{\color\red{1}}\cdot\color\red{1}^n$
Then, divide by the total number of combinations in order to compute the probability:
$$\frac{\sum\limits_{k=0}^{6-1}(-1)^k\cdot\binom{6}{6-k}\cdot(6-k)^n}{6^n}$$