I need to find sum of first k term of nCr when n is in fibonaccci and r is constant.
for eg. 2C2 + 3C2 + 5C2 + 8C2 + . . . . . (till Kth term). where k is given.