Here is a good explanation of it:
In one roll, the probability of rolling a 1 is 1/6.
For two rolls, there is a 1/6 probability of rolling a one on the first roll.
If this occurs, we’ve satisfied our condition. There is a 5/6 probability
that the first roll is not a 1. In that case, we need to see if the second
roll is a 1. The probability of the second roll being a 1 is 1/6, so our
overall probability is 1/6 + (5/6)*(1/6) = 11/36. Why did I multiply the
second 1/6 by 5/6? Because I only need to consider the 5/6 of the time that
the first roll wasn’t a 1. As you can see the probability is slightly less
than 2/6.
For three rolls, there is a 1/6 probability of rolling a one on the first
roll. There is a 5/6 probability that the first roll is not a 1. In that
case, we need to see if the second roll is a 1. The probability of the second
roll being a 1 is 1/6, giving us a probability of 11/36. There is a 25/36
probability that neither of the first two rolls was a 1. In that case, we
need to see if the third roll is a 1. The probability of the third roll being
a 1 is 1/6, giving us a probability of 1/6 + (5/6)(1/6) + (25/36)(1/6) =
91/216. Again, this is less than 3/6.
The general formula for rolling at least one 1 in n rolls is 1 - (5/6)^n.
Hope this helps.