181S: 假设有一个数列S(n),已知S(0),求S(n), 1) S(i) is i more than s(i-1) for any i>=1 2)the difference between S(i) and S(i-1) is i^2 条件一可求 S(i)=s(i-1)+i 条件二不可求无法确定是怎么样的数列 选A
I am not sure whether (2) tells us enough information to solve for S(n). Because (2) says: S(i) = S(i-1) + i^2, then, finally, we can solve s(i) from S(0). Did I miss anything here? Tons thanks.