Since you know the sequence is quadratic, we can find constants a, b, and c such that the n-th term of the sequence (denoted by f(n)) is
[tex]f(n) = an^2 + bn + c[/tex]
We're given f(1) = 3, f(2) = 11, and f(3) = 25. (We have three unknowns, so we only need three conditions.) Solve for the constants:
[tex]\begin{cases}f(1) = a + b + c = 3 \\ f(2) = 4a + 2b + c = 11 \\ f(3) = 9a + 3n + c = 25 \end{cases} \implies a=3, b=-1, c=1[/tex]
Then the n-th term of the sequence is
[tex]f(n) = \boxed{3n^2 - n + 1}[/tex]