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.