Question
Question: Find the sum of $5 + 8 + 29 + 80 + 173 + 320 + 533 + \dots$ up to 15 terms....
Find the sum of 5+8+29+80+173+320+533+… up to 15 terms.

24960
24690
25960
25690
24960
Solution
The given series is S=5+8+29+80+173+320+533+…. Let the terms of the series be denoted by an.
a1=5 a2=8 a3=29 a4=80 a5=173 a6=320 a7=533
We find the differences between consecutive terms: First differences: 8−5=3, 29−8=21, 80−29=51, 173−80=93, 320−173=147, 533−320=213. Sequence of first differences: 3,21,51,93,147,213,… Second differences: 21−3=18, 51−21=30, 93−51=42, 147−93=54, 213−147=66. Sequence of second differences: 18,30,42,54,66,… Third differences: 30−18=12, 42−30=12, 54−42=12, 66−54=12. Sequence of third differences: 12,12,12,… Since the third differences are constant, the general term an is a cubic polynomial in n. Let an=An3+Bn2+Cn+D.
Using the formula for the general term when differences are constant: an=a1+(1n−1)Δa1+(2n−1)Δ2a1+(3n−1)Δ3a1 Here, a1=5 is the first term of the original series. Δa1=3 is the first term of the first differences. Δ2a1=18 is the first term of the second differences. Δ3a1=12 is the first term of the third differences.
an=5+(n−1)(3)+2(n−1)(n−2)(18)+6(n−1)(n−2)(n−3)(12) an=5+3(n−1)+9(n−1)(n−2)+2(n−1)(n−2)(n−3) an=5+3n−3+9(n2−3n+2)+2(n3−6n2+11n−6) an=2+3n+9n2−27n+18+2n3−12n2+22n−12 an=2n3+(9−12)n2+(3−27+22)n+(2+18−12) an=2n3−3n2−2n+8.
We need to find the sum of the first 15 terms, S15=∑n=115an. S15=∑n=115(2n3−3n2−2n+8) S15=2∑n=115n3−3∑n=115n2−2∑n=115n+∑n=1158
Using the summation formulas: ∑n=115n=215(15+1)=215×16=120 ∑n=115n2=615(15+1)(2×15+1)=615×16×31=5×8×31=1240 ∑n=115n3=(215(15+1))2=1202=14400 ∑n=1158=15×8=120
Substitute these values into the expression for S15: S15=2(14400)−3(1240)−2(120)+120 S15=28800−3720−240+120 S15=28800−3720−120=28800−3840=24960.
The sum of the first 15 terms is 24960.