Combinatorics
Posted: Sun Jun 15, 2014 2:32 am
I'm quite sorry to keep using this forum this way.. but I just feel so uncomfortable unanswered, so.
This is everything.
Mathics, a freeware alternative to Mathematica, claims the above true.
While I find this computer proof so fast and wonderful, it unfortunately does not explain its reasoning.
Can anyone please help me with this problem?
This is everything.
Mathics, a freeware alternative to Mathematica, claims the above true.
Code: Select all
(Input)
C := (#1)!/((#2)!*(#1-#2)!) &
Sum[C[n, k], {k, 0, s-1}] == Sum[2^(k-1)*C[n-k, s-k], {k, 1, s}]
(Output)
TrueWhile I find this computer proof so fast and wonderful, it unfortunately does not explain its reasoning.
Can anyone please help me with this problem?