So I have the recurrence relation
$$T_{n+1}=20T_n-8^n48.$$ For $T_0 = 6$, the first terms are $72$, $1056$, $18048$.
I've seen a few worked examples for simplifying other recurrence series, but I'm not entirely sure how to work around that $8^n$.
I'd appreciate any help with finding the single variable equation for this recurrence relation. Thanks.