Hi guys, I'm doing some exercises in which given a recursive sequence and its first term, I have to find the general formula/term. I am stuck in two and I would like some help. Thanks in advance. Now, the sequences:
1) a1=1, an+1= an + ((-1)^(n+1))n^2
So, the first terms are: a2=2...