Find a particular and then the general solution for the recurrence relation $a_n = 7\cdot a_{nā1} ā 30 \cdot 2^n$
Trying to understand this equation.... We have been given a general formula for this format of the equation $2^n\cdot p = 7 \cdot 2^{n-1} - 30 \cdot 2^n$ but don't know how to plug these in. Could someone help please? Many thanks