Answer:
this is the required representation for showing the position of a term in the sequence.
Explanation:
Given:
The sequence is as follow:
0, 1, 2, 3, .......
To Find:
The expression while using 'n' to represent the position of a term in the sequence where n = 1 for the first term 0, 1, 2, 3, ....
Solution:
n = to represent the position of the term in the sequence.

d = Common difference.,i.e difference between the consecutive term.
d = second term - first term.
or
d = third term - second term.
Here we have d = 1 - 0 = 1
or d = 2 - 1 = 1
So, the required expression is


If we require first term put n = 1


If we require second term put n = 2



If we require third term put n = 3



and so on.......