Find the infinite product: $0.999 \times 0.999999 \times 0.999999999999 \cdots$, where the number of $9$s in each term is double that of the previous term.
I am thinking of considering the analogous problem $0.9 \times 0.99 \times 0.999 \cdots$, but this alone seems quite hard to solve. To solve this analogous problem, I was thinking of considering the numbers that have a binary sum of digits of $1$, $2$, etc., but this does not give anything nice.
On the other hand, is there a nice way to express
$\frac{0.999 \times 0.999999 \times 0.999999999999 \cdots}{0.9 \times 0.99 \times 0.999 \cdots}$?
It seems that you are looking for $$P_k=\prod _{n=0}^k \left(1-10^{-3\times 2^{n}}\right)$$ I must confess that I do not see any possible closed form but we can notice very interesting patterns as shown below $$\left( \begin{array}{cc} k & P_k \\ 0 & 0.99900000000000000000000000000000000000000000000000000000000000000 \\ 1 & 0.99899900100000000000000000000000000000000000000000000000000000000 \\ 2 & 0.99899900099900100099900000000000000000000000000000000000000000000 \\ 3 & 0.99899900099900100099899900100099900099899900100000000000000000000 \\ 4 & 0.99899900099900100099899900100099900099899900099900100099900099900 \\ 5 & 0.99899900099900100099899900100099900099899900099900100099900099900 \\ 6 & 0.99899900099900100099899900100099900099899900099900100099900099900 \\ 7 & 0.99899900099900100099899900100099900099899900099900100099900099900 \\ 8 & 0.99899900099900100099899900100099900099899900099900100099900099900 \\ 9 & 0.99899900099900100099899900100099900099899900099900100099900099900 \\ 10 & 0.99899900099900100099899900100099900099899900099900100099900099900 \end{array} \right)$$