You can
put this solution on YOUR website!How do I create a linear table of values?
------
If you have a consistent progression of x-values you
need a consistent progression of y-values.
For example:
(1,7),(2,10),(3,13),(4,16),,,,(x,3x+4)
Note; As x increases by 1, y increases by 3.
=====================
Cheers,
Stan H.