sir in the code of this solution how did you calculate the sum
and why you have taken the size of F1 vector as k+2,( i mean you can but why ?)
why we are starting F1 vector with 2 index ?
if i am not wrong in this question we have to find the sum from the m th term to n th term ?
and to calculate that we need to find the sum of n terms ,and sum of m terms seperately and then we can get TOTAL=sn-(sm-1)