Write the first four terms of the sequence defined by the recursion formula. A1=2 and an=an-1^-3 for n is greater or equal to 2

a1 = 2

a2 = a1^-3 = 1/8
a3 = a2^-3 = 8
a4 = a3^-3 = 1/512