Question:
What is the sum up to $n$ terms of the following series? $$3+8+22+72+266+1036\dots$$
My Approach: $$S_n=3+8+22+72+266+1036\dots T_n$$ $$-S_n=0-3-8-22-72-266-1036\dots-T_n$$ $$T_n=3+5+14+50+194+770\dots ({T_n}-{T_{n-1}})$$ $$-T_n=0-3-5-14-50-194-770\dots-({T_n}-{T_{n-1}})$$ $$({T_n}-{T_{n-1}})=3+2+9+36+144+576\dots+({T_{n-1}}-{T_{n-2}})$$ $$({T_n}-{T_{n-1}})=5+9+36+144+576\dots+({T_{n-1}}-{T_{n-2}})$$ Now, this forms a $GP$ with $a=9$ and $r=4$. $$\therefore ({T_n}-{T_{n-1}})=5+\sum^{n-2}_{r=1}9.4^{r-1}$$ $$\implies ({T_n}-{T_{n-1}})=5+3(4^{n-2}-1)$$ $$\implies ({T_n}-{T_{n-1}})=2+3.4^{n-2}$$ $${T_n}={T_{n-1}}+2+3.4^{n-2}$$ Now, $$T_n=3+5+14+50+194+770\dots ({T_n}-{T_{n-1}})$$ $$\implies T_n=3+5+14+50+194+770\dots ({T_{n-1}}+2+3.4^{n-2}-{T_{n-1}})$$ $$T_n=3+5+14+50+194+770\dots 2+3.4^{n-2}$$
Which seems wrong to me, and I have no idea how to proceed further. Please help.
The sequence: $$3,8,22.72,266,1036,....$$ The first diferences are: $$5, 14,50,194,760,.....$$ Second differences are in GP with common ratio 0f $4$: $$ 9, 36, 144, 576,....$$ So the $k$ term is $T(k)=An+B+C4^k$ So we have $$T(1)=A+B+4C=3, T(2)=2A+B+16C=8, T(3)=3A+B+64C=22$$ Solving these eqns. we Finally $$S(n)=\sum_{k=1}^{n} T(k)=2 \sum_{k=1}^n k+\sum_{k=1}^{n} 4^{k-1}=n(n+1)+\frac{4^n-1}{3 }$$