1. We start with the given expression:
k=1∑nkak−bk
where ak=(kn)1 and bk=2k−n.
2. We split the sum into two separate sums:
k=1∑nkak−bk=k=1∑nkak−k=1∑nkbk
3. Consider the first sum:
k=1∑nkak=k=1∑nk(kn)1
Using the combinatorial identity k(kn)=n(k−1n−1), we can rewrite the sum as:
k=1∑nk(kn)1=k=1∑nn(k−1n−1)1
Factoring out the constant n1:
k=1∑nn(k−1n−1)1=n1k=1∑n(k−1n−1)1
4. Recognize that the sum ∑k=1n(k−1n−1)1 is the sum of the reciprocals of the binomial coefficients for n−1. By the binomial theorem, we know:
k=0∑n−1(kn−1)=2n−1
Taking the reciprocals and summing, we get:
k=1∑n(k−1n−1)1=2n−1
Therefore:
n1k=1∑n(k−1n−1)1=n1⋅2n−1=2n−11
5. Now consider the second sum:
k=1∑nkbk=k=1∑nk2k−n
This can be rewritten as:
k=1∑nk2k−n=2n1k=1∑nk2k
Recognize that this is a geometric series:
k=1∑n2k=2+22+23+⋯+2n=2(1+2+22+⋯+2n−1)=2(2n−1)=2n+1−2
Dividing by 2n:
2n1k=1∑n2k=2n1(2n+1−2)=2−2n2=2−2n−11
6. Combining the results from steps 4 and 5:
k=1∑nkak−bk=2n−11−(2−2n−11)=2n−11−2+2n−11=0
Thus, we have shown that:
k=1∑nkak−bk=0
■