NCr is the number of combinations of N objects taken r at a time.
Can you find a similar closed form expression (http://en.wikipedia.org/wiki/Closed-form_expression) for permutations? In the scope of this puzzle, a factorial operation is included in the allowed operations of "closed form expression", along with others such as addition, multiplication etc.
Sum(NPr), {0 <= r <= N} = ?
NPr is the number of permutations of N objects taken r at a time.
This is an original puzzle, so googling won't help. I'm sure this has never come up elsewhere until now.
Question
Guest
Hi all,
The binomial equation is quite well known:
Sum(NCr), {0 <= r <= N} = 2N
NCr is the number of combinations of N objects taken r at a time.
Can you find a similar closed form expression (http://en.wikipedia.org/wiki/Closed-form_expression) for permutations? In the scope of this puzzle, a factorial operation is included in the allowed operations of "closed form expression", along with others such as addition, multiplication etc.
Sum(NPr), {0 <= r <= N} = ?
NPr is the number of permutations of N objects taken r at a time.
This is an original puzzle, so googling won't help. I'm sure this has never come up elsewhere until now.
Have fun.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.