/ / 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}$$
/ 6\
2*\1 - 3 /
S6 = ----------
1 - 3
$$S_{6} = \frac{2 \cdot \left(- 3^{6} + 1\right)}{-3 + 1}$$
$$S_{6} = 728$$
Произведение первых n-членов
[src]
$$P_{n} = \left(b_{1} b_{n}\right)^{\frac{n}{2}}$$
Произведение шести членов
$$P_{6} = \left(2 \cdot 486\right)^{3}$$
$$P_{6} = 918330048$$