/ / n\
|b_1*\1 - q /
|------------ for q != 1
S = < 1 - q
|
| n*b_1 otherwise
\
$$S = \begin{cases} \frac{b_{1} \cdot \left(- q^{n} + 1\right)}{- q + 1} & \text{for}\: q \neq 1 \\b_{1} n & \text{otherwise} \end{cases}$$
/ 4\
5*\1 - 2 /
S4 = ----------
1 - 2
$$S_{4} = \frac{5 \cdot \left(- 2^{4} + 1\right)}{-2 + 1}$$
$$S_{4} = 75$$
Произведение первых n-членов
[src]
$$P_{n} = \left(b_{1} b_{n}\right)^{\frac{n}{2}}$$
Произведение четырёх членов
$$P_{4} = \left(5 \cdot 40\right)^{2}$$
$$P_{4} = 40000$$