This one's easy, but it's kind of not exact: It's the probability that not everyone is born on a different day. This includes, for example, the probability that two people are born on the same day, and that two other people are born another day, which is the same for them.
First off, what's the probability that no people share birthday? If we can find that, then we can do the magic trick P(not A) = 1 - P(A) to find the answer.
So, for two persons, what is the probability that they do not share birthday? Well, it is the probability that they do not have a birthday on the same day, which is the following:
So, say person A is born on x, then person B is born on any other day, which there are 364 of. Divide that by the total amount of days, which is 365, and you got your answer.
Let's extend this into three persons: Say person A is born on x, and person B is born on y. Then, we first need to know the probability that x and y is different days, which is the answer above. Then we multiply this by the probability that person X is born on z, which is neither x or y. As there are 363 different days to choose from which are not x or y, we multiply by 363/365.
Now, in general, we can say that this is P(n) where n is the amount of people. For P(1), the answer is 1. For P(2), the answer is 364/365. For P(3), the answer is P(2) * 363/365.
The neat thing about this is that this is induction. We can show that, for any amount of people n (which is positive integer), P(n) = P(n-1) * (366-n)/365. With some further trickery with the terms, we then end up with this thing:
So that's the expression for the probability that all have distinct birthdays. For the probability that they do not, just calculate 1 - P(n). For 20, it is 3176795160316341458068147014210271053247964357/7721192983187403134097091636121110137939453125.
Noah