Question 1029899
I'm assuming that y is some function of x.
You need to look for patterns and perform induction to create some function such that {{{y=f(x)}}}
2,4,8,16.. are all powers of two, so let's try that:
{{{y=2^x}}}
And look that, it just so happens that it works for each row.