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.