Let $\{Y_n\}$ be an independent and identically distributed sequence of random variables, with: \begin{equation*} P(Y_n = a) = \frac{1}{2} = P(Y = -a) \end{equation*} for some $a > 0$, and let $S_n$ be the stochastic process: \begin{equation*} S_n = S_{n-1}(1+Y_n^3), n \geq 1, S_0 = 1. \end{equation*} I am trying to show this process is a martingale, and have shown that $E[S_n|\mathcal{F}_m] = S_m$ for all $n > m$, but am struggling to prove that $E[|S_n|] < \infty$ for all $n$.
So far I have that $|S_n| \leq \prod_{i = 1}^n (|1| + |Y_i^3|) = (1 + a^3)^n$, but I'm not sure if I can then conclude anything about $E[|S_n|]$.
From my bound on $|S_n|$ can I conclude that $E[|S_n|]$ is also bounded, even though my bound tends to $\infty$ with $n$?