There was an interesting question posted on here earlier today but it seems to have disappeared. With due to respect to the OP, I'll post the same question here from memory. If anyone finds the original please mark this as a duplicate and I'll remove it accordingly.
Given the recurrence relation $$k_{n+2}=\frac{1-n}{n+2}k_n$$ express $k_n$ in terms of $k_0$ and $k_1$.
$\newcommand{\angles}[1]{\left\langle\, #1 \,\right\rangle} \newcommand{\braces}[1]{\left\lbrace\, #1 \,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\, #1 \,\right\rbrack} \newcommand{\ceil}[1]{\,\left\lceil\, #1 \,\right\rceil\,} \newcommand{\dd}{{\rm d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\dsc}[1]{\displaystyle{\color{red}{#1}}} \newcommand{\expo}[1]{\,{\rm e}^{#1}\,} \newcommand{\fermi}{\,{\rm f}} \newcommand{\floor}[1]{\,\left\lfloor #1 \right\rfloor\,} \newcommand{\half}{{1 \over 2}} \newcommand{\ic}{{\rm i}} \newcommand{\iff}{\Longleftrightarrow} \newcommand{\imp}{\Longrightarrow} \newcommand{\Li}[1]{\,{\rm Li}_{#1}} \newcommand{\pars}[1]{\left(\, #1 \,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\pp}{{\cal P}} \newcommand{\root}[2][]{\,\sqrt[#1]{\vphantom{\large A}\,#2\,}\,} \newcommand{\sech}{\,{\rm sech}} \newcommand{\sgn}{\,{\rm sgn}} \newcommand{\totald}[3][]{\frac{{\rm d}^{#1} #2}{{\rm d} #3^{#1}}} \newcommand{\ul}[1]{\underline{#1}} \newcommand{\verts}[1]{\left\vert\, #1 \,\right\vert}$ $\ds{k_{n + 2} = {1 - n \over n + 2}\,k_{n}.\ \mbox{Express}\ k_{n}\ \mbox{in terms of}\ k_{0}\ \mbox{and}\ k_{1}:\ {\large ?}}$. Lets introduce the generating function
such that \begin{align} 0&=\sum_{n\ =\ 0}^{\infty}\pars{n + 2}k_{n + 2}\,z^{n} +\sum_{n\ =\ 0}^{\infty}\pars{n - 1}k_{n}\,z^{n} =\sum_{n\ =\ 2}^{\infty}n\,k_{n}\,z^{n - 2} +\sum_{n\ =\ 0}^{\infty}n\,k_{n}\,z^{n} - \sum_{n\ =\ 0}^{\infty}k_{n}\,z^{n} \\[5mm]&=-\,{k_{1} \over z} +\pars{{1 \over z^{2}} + 1}\sum_{n\ =\ 0}^{\infty}n\,k_{n}\,z^{n} - \sum_{n\ =\ 0}^{\infty}k_{n}\,z^{n} \\[5mm]&=-\,{k_{1} \over z} +\pars{{1 \over z^{2}} + 1}\,z\,\partiald{}{z}\sum_{n\ =\ 0}^{\infty}k_{n}\,z^{n} -\sum_{n\ =\ 0}^{\infty}k_{n}\,z^{n} \\[5mm]&=-\,{k_{1} \over z} +\pars{{1 \over z^{2}} + 1}\,z\,\partiald{{\cal K}\pars{z}}{z} -{\cal K}\pars{z} \end{align}
$$ {{\cal K}\pars{z} \over \root{1 + z^{2}}} - k_{0} =k_{1}\ \overbrace{\int_{0}^{z}{\dd t \over \pars{1 + t^{2}}^{3/2}}} ^{\dsc{z \over \root{1 + z^{2}}}}\ =\ {k_{1}\,z \over \root{1 + z^{2}}} $$
$$\color{#66f}{\large k_{n}} =\color{#66f}{\large\left\{\begin{array}{lcl} 0 & \mbox{if} & n\ \mbox{is odd}\ \wedge\ n \not= 1 \\[2mm] k_{1} & \mbox{if} & n = 1 \\[2mm] k_{0}{1/2 \choose n/2} & \mbox{if} & n\ \mbox{is even} \end{array}\right.} $$