I'm not sure where to start this without being given some terms.
Find the sum of the first $50$ terms of the series $$a_{n} = -4a_{n-1} + 3$$ I can see that the common difference is $-4$ and the slope intercept is $3$, but I'm not sure where to go from there.
Consider the first few terms obtained by a direct computation: (assume $a$ is the first term $a_1$) $$a, -4a+3, 16a-9, -64a+39, \cdots, a_n$$ Now, let's write the $n$th partial sum $S_n$: $$S_n=a+(-4a+3)+(16a-9)+(-64a+39)+\cdots+a_n+0$$ Doing a shift using zero we get $$S_n=0+a+(-4a+3)+(16a-9)+\cdots+a_{n-1}+a_n$$ Subtracting term by term: (I don't know how to align these in MathJax, so if someone can please do it, very appreciated) $$0=a+(-5a+3)-4(-5a+3)+16(-5a+3)+\cdots+(-1)^n4^{n-2}-a_n$$ implying $$a_n=a+(\underbrace{1-4+16-\cdots}_{(n-2)\text{ terms}})(-5a+3)$$ You can proceed from here.
Hope this helps. Ask anything if not clear :)