Question 447184
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi
sequence {-3, 6, -9, 12,...}
pattern: alternating negative and positve numbers that are... multiples of 3
next term(5th term) = (-1)^5 * 3*5 = -15
the nth term is: {{{a[n] = 3n(-1)^n}}}