What are the first five terms in the recursive sequence defined by the following? (only one is correct)

a1= 1

a2=1

an= an-2+an-1

a) {1,1,2,3,5}

b) {1,1,0,-1,-1}

c) {2,3,5,8,13}

d) {1,-1,2,-3,5}