First note that
means the nth term in the sequence.
1. First one is a simple arithmetic progression/sequence as the common differences between each two numbers are 1
So the sequence will be
1.) 2,3,4,5,6,7...
And the rule since its +1 each time will be
For the nth term of the sequence.
2.This one can be seen as a simple geometric sequence as the common ratio between the number and the number after it is 1:2
So the sequence will be
2.)2,4,8,16,32,64
And the rule since it is *2 each time is a simple exponential function
3.This one is tricky but it can be seen that the term is double the term before subtract 1
So the sequence will be
3.)5,9,17,33,65,129
And the rule based on this sequence will be
**Please note that this rule specifically is written in recursive form as it is a lot more difficult otherwise.
4 This one is similar to problem 1 which is an arithmetic sequence this one just have a common differences of 3 instead of 1.
So the sequence will be
4.)25,28,31,34,37
And the rule based on the sequence will be
I hope this helps and if you don't understand any part of my explanation I would gladly help!