Respuesta :

let x represent first number in pair and y represent second number. We can see that x numbers are increasing by 1 on each next pair. y numbers are square of 0,2,4,6 and 8

Knowing all of that let "n" represent the position of the pair starting from 0!

than we can write that the rule is:
(n,(2n)^2)