A sequence is defined recursively by the given formulas. Find the first five terms of the sequence.

an = 2(an − 1 + 4) and a1 = 5 (the n and n-1 is suppose to be a subscript, I just can't figure out how to make it like that)