Suppose I have these two numbers: 800000 and 3200000. I want to find five numbers with an even difference in between these two numbers. Therefore, I want the output to be:
800000
1200000
1600000
2000000
2400000
2800000
3200000
I know about the seq command but I'm not sure how to do this.