What are the first five terms of the sequence described by this recursive function: #a_0 = 4, a_(n+1) = 3a_n +10# for #n >= 0#?