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