Consider the recursive function f(n+2) = f(n+1) + 4f(n)

Use the numbers to create the next 4 terms of a sequence that can be defined by the given function.

Respuesta :

f(n+2)=f(n+1)+4f(n) equals f(2+n)=4*f(n)+f(1+n)