Concept:The sequence alternates signs and doubles in magnitude each step.Explanation:The terms are: T1=−1, T2=2, T3=−4, T4=8.The absolute values follow 1,2,4,8,… which is 2n−1.The signs alternate: −,+,−,+,… which is (−1)n (since first term is negative).Thus the nth term is (−1)n⋅2n−1.Answer:Option A: (−1)n2n−1