by the values of the table, you can write for the recursive function:
![a_n=2a_(n-1)](https://img.qammunity.org/2023/formulas/mathematics/college/8vy7ukhn5eykvtibjpxwv7q38ade3kdgu9.png)
and for the explicit function:
![a_n=2^(n-3)](https://img.qammunity.org/2023/formulas/mathematics/college/39gystsg323oqcd5w89lgyletszw54lqal.png)
For the recursive function, you can identify that each term is twice the previous one.
For the explcit function, you can replace the values of n for each given term, and verify:
![\begin{gathered} a_5=2^(5-3)=2^2=4 \\ a_6=2^(6-3)=2^3=8 \\ a_7=2^(7-3)=2^4=16 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/c816h36pys9zzs03e9rvcnttzfhp376dav.png)