Given a sequence of integers: $s_1=3, s_2=b$ and $s_{n+2}=s_{n+1}+(-1)^ns_n$
What is the greatest value of $b<1000$ for which the number 2015 is a member of the sequence? Justify your answer.
So far what I've done is list out as many members as possible but this problem is unique because I cannot see a pattern. Please help thanks!!
Start the sequence $3,b,b-3,2b-3,...$
$b$ can't be 2015 because $2015\geq1000$.
$b-3$ can't be 2015 for the same reason.
Then try $2b-3$, and so on.