You can put this solution on YOUR website! Each output can be found as follows:
Now you will ask "how did you figure that out". I looked at the inputs and saw they were all multiples of 7. From there is was easy.
Another way to approach it might be to look at successive pairs and attempt to find a pattern.
For instance, 21-7 = 14 and 6-4 = 2
49 - 35 = 14 and 10-8 = 2
Each difference of output of 2 is always given when the input's differences are 14. So you can see a linear sequence.