
Ok to go into negatives so, yes, n-7 gives -6, -5, -4, -3, -2
(3xn)-2
x by 3 first then -2, so
1st term is (3x1)-2 = 1
2nd term is (3x2)-2 = 4
3rd term (3x3)-2 = 7
so it's 1, 4, 7, 10, 13
8+(2xn)
1st term is 8+(2x1)=10
2nd term is 8+(2x2)=12
3rd term 8+(2x3)=14
so it's 10, 12, 14, 16, 18
n/2 (divide)
1st term is 1/2 = 0.5
2nd term is 2/2 = 1
3rd term 3/2 = 1.5
so it's 0.5, 1, 1.5, 2, 2.5
0.3xn
1st term is 0.3x1=0.3
2nd term is 0.3x2=0.6
3rd term 0.3x3=0.9
so it's 0.3, 0.6, 0.9, 1.2, 1.5
n squared - times it by itself, ie nxn
1st term is 1x1=1
2nd term is 2x2=4
3rd term 3x3=9
so it's 1, 4, 9, 16, 25
Fun eh? 