nishant, i am getting something which is very different from the answers posted here...
my working:
we can get (6n) lists of elementary events, each of length (n). out of all these elementary events, we need to select that list which has only three numbers out of {1,2,3,4,5,6} ...these 3 numbers can be selected in 6C3 ways !
...now by using three selected numbers, we can get 3n lists of elementary events , each of length (n). but these 3n lists may contain those lists which contain exacltly two numbers and exactly one number
the no. of lists of length (n) which contain exactly 2 nos. out of 3 chosen nos. = 3C2(2n -2)
the no. of lists of length (n) which contain exactly 1 no. out of 3 chosen nos. =3C1(1n) =3
thus the total number of lists of length (n) which contain three distinct nos. out of the six given numbers is 6C3{3n- 3C2(2n -2) -3 }
= 6C3{3n - 3.2n +3}
hence required probability is [6C3{3n - 3.2n +3}] / 6n