7; 28; 112; 448; 1792; 7168; 28672...
Произведение первых n-членов
[src]$$P_{n} = \left(b_{1} b_{n}\right)^{\frac{n}{2}}$$
$$P_{7} = \left(7 \cdot 28672\right)^{\frac{7}{2}}$$
$$P_{7} = 3621980417894121472$$
Сумма бесконечной прогрессии
[src] / n\
| 7 7*4 |
S = lim |- - + ----|
n->oo\ 3 3 /$$S = \lim_{n \to \infty}\left(\frac{7 \cdot 4^{n}}{3} - \frac{7}{3}\right)$$
/ / 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\
7*\1 - 4 /
S7 = ----------
1 - 4 $$S_{7} = \frac{7 \cdot \left(1 - 4^{7}\right)}{-4 + 1}$$
$$b_{n} = b_{1} q^{n - 1}$$