
I was able to do the first part of the question, in the second part (Proof by Induction),
I showed it holds for $n=1$:
Then I Assumed its true for $n=k$.
$$\begin{align}I_{k+1}=\frac{e^2}{2}-\frac{(k+1)}{2}I_k\end{align}$$
Then for $n=k+1$:
$$\begin{align}I_{k+2}=\frac{e^2}{2}-\frac{(k+1)+1}{2}I_{k+1}=\frac{e^2}{2}-(\frac{(k+1)+1}{2})(A_{k+1} e^2+B_{k+1})\end{align}$$
I don't know how to proceed.