/ / 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}$$
/ 5\
12*\1 - (-1) /
S5 = --------------
1 + 1
$$S_{5} = \frac{12 \cdot \left(1 - \left(-1\right)^{5}\right)}{1 + 1}$$
$$S_{5} = 12$$
Произведение первых n-членов
[src]
$$P_{n} = \left(b_{1} b_{n}\right)^{\frac{n}{2}}$$
$$P_{5} = \left(12 \cdot 12\right)^{\frac{5}{2}}$$
$$P_{5} = 248832$$