Question 1086471

Determine the general term for the following sequence: 1, -3, 9, -27.  I came up with -3^n-1, which was marked wrong.  Any insight would be much appreciated...
<pre>{{{highlight_green(matrix(1,3, a[n], "=", (- 3)^(n - 1)))}}}