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