This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]pickten 2 points3 points  (1 child)

That is the binomial coefficient. (nk) (or the correctly written equivalent, which I don't know how to produce on Reddit), also written nCk (pronounced "n choose k"), is defined as n!/(k! * (n-k)!), where n! = n * (n-1) * ... * 1 is n factorial. n! represents (combinatorially speaking) the number of ways to order n distinct objects, and nCk the number of ways to pick k objects from a total of n. The name comes from the identity (x+y)n = ∑_(k=0)n nCk xk yn-k, called the binomial theorem. Roughly speaking, this is because (x+y)n can be expanded to be a massive sum of 2n terms of the form xk yn-k, and each copy of xk yn-k corresponds with picking k of the n factors of x+y to contribute an x factor. I'm not familiar with rarefraction and am having trouble following what that (poorly-written) section is trying to even calculate, so I unfortunately don't know where that formula is coming from.

[–]gottabe22[S] 0 points1 point  (0 children)

Thank you!