When you want to choose 4 consecutive numbers, you must ensure that the difference between any two numbers is always 1.
Hence, a - 3d, a - d, a + d, and a + 2d are not consecutive numbers. This has common difference of 2d.
Even the pattern suggested by you is also not right, since the common difference is d. (unless d = 1, ths is not right).
So, 4 consecutive numbers can be represented as :
x, x + 1, x + 2 and x + 3 OR
x - 2, x - 1, x and x + 1 etc.,
Please let us know how did you assume that the 4 consecutive numbers are written as (a - 3d), (a - d), (a + d), (a + 3d)