Let \(S(n)\) be the number of regions we are seeking.
We can see that \(S(1)=2, S(2)=4, S(3)=8, S(4)=15\), etc.
A newly added plane will intersect \(n-1\) existing planes and will be divided by them into at most \(P(n-1)=1+\frac{1}{2}(n^2-n)\) planar regions. Each such region divides some region of space into two new regions, so
\(
S(n)=S(n-1)+1+\frac{1}{2}(n^2-n)=
1+\sum\limits_{i=1}^n\left(1+\frac{1}{2}(n^2-n)\right)=
n+1+\frac{1}{2}\sum\limits_{i=1}^n i^2 -\frac{1}{2}\sum\limits_{i=1}^n i\),
which we can further simplify using equations for the sum of series.