$$\sum_{k=0}^{n} (1+2k+4(k(k+1)))=?$$
In order to find the $S_n$ what methods are best fitted for such problem? Is it possible to use the lemma $\sum_{i=0}^{n} i= {n(n+1)}/2$ and plug in? I tried but it did not work. So am i wrong or missing something? I feel i have to expand the expression and try to find common factors right? I'm really new to these concepts so please bare take it easy on me According an online sigma notation calculator this is true: $s(1)= 12, s(2) = 41, s(3)=96$
An explanation with the same problem will be helpful. Thanks.
Well, first I would separate the sum into parts: $$\sum_{k=0}^{n} (1+2k+4(k(k+1)))=\sum_{k=0}^{n}1 + \sum_{k=0}^{n}2k + \sum_{k=0}^{n}4(k(k+1)))$$ $$ (I) \sum_{k=0}^{n}1=(n+1)$$ $$(II)\sum_{k=0}^{n}2k=2\sum_{k=0}^{n}k=2\frac{(n+1)n}{2}=(n+1)n$$ $$(III) \sum_{k=0}^{n}4(k(k+1))=4\sum_{k=0}^{n}\left[k^2+k\right]=4\sum_{k=0}^{n}k^2+4\sum_{k=0}^{n}k$$ $$(IIIa) 4\sum_{k=0}^{n}k^2=4\frac{n(n+1)(2n+1)}{6}=\frac{2n(n+1)(2n+1)}{3}$$ $$(IIIb) 4\sum_{k=0}^{n}k=2n(n+1)$$ Summing it all up: $$S_n=(n+1)+(n+1)n+\frac{2n(n+1)(2n+1)}{3}+2n(n+1)$$ Which you can easily simplify