Usually you need to find an explicit representation of a sequence knowing its recursive definition, but I need the opposite. I know the explicit definition of the sequence, say
$$s\left(n\right)=a\,n^2+b\,n+c\\ n\in \mathbb{N} \hspace{1em} a,b,c\in \mathbb{Z}$$
and I want to find a recursive definition, if possible (in my case $a=5,\;b=14,\;c=1$, if needed).
Any clue? Thanks in advance.