Okay for example:
If 1,2 have the same birthday as 3,4 , then that is considered a quadruple, not 2 pairs.
For a group of 4 people, we can have the following cases:
(0 same): 1 <> 2 <> 3 <> 4
(1 pair) 1=2 and 3<>4 , 1 = 3 and 2<>4, 1=4 and 2<>3. 2=3 and 1<>4, 2=4 and 1<>3, 3=4 and 1<>2
2 pairs...