write a function to represent the set of ordered pairs
{(1,-2), (2,5),(3,24),(4,61)}

A: f(x) = -2x
B: f(x) = x^3 - 3
C: f(x) = x^2 - 3
D: f(x) = 5x^2 - 7