Answer:
[tex]f(n)=f(n-1) + 4(3)^{n-2}[/tex]
[tex]\textsf{where}\quad f(1)=4[/tex]
Step-by-step explanation:
Given sequence: 4, 8, 20, 56, 164
First, work out the difference in the terms:
[tex]4 \underset{+4}{\longrightarrow} 8 \underset{+12}{\longrightarrow} 20 \underset{+36}{\longrightarrow} 56 \underset{+108}{\longrightarrow} 164[/tex]
As the first differences are not the same, work out the second differences:
[tex]4 \underset{\times 3}{\longrightarrow} 12 \underset{\times 3}{\longrightarrow} 36 \underset{\times 3}{\longrightarrow} 108[/tex]
Therefore, the term-to-term rule is:
[tex]f(n)=f(n-1) + 4(3)^{n-2}[/tex]
[tex]\textsf{where}\quad f(1)=4[/tex]
[tex]f(2)=f(1) + 4(3)^{2-2}=4+ 4(3)^{0}=4+4=8[/tex]
[tex]f(3)=f(2)+4(3)^{3-2}=8+4(3)^1=8+12=20[/tex]
[tex]f(4)=f(3) + 4(3)^{4-2}=20+4(3)^2=20+36=56[/tex]
[tex]f(5)=f(4) + 4(3)^{5-2}=56+4(3)^3=56+108=164[/tex]