Which type of function is represented by the table of values below?

x
y
1
4
2
16
3
64
4
256
5
1,024

2 answers

looks something like

y = 2^x

but you will have to adjust it a bit.
linear