Supposing for all even numbers less that or equal to n say 16,
for example the set:
2, 4, 6, 8, 10, 12, 14, 16
2.4.6.8.10.12.14.16 = 10,321,920 = $2^{15}. 3^{2}. 5^{1}. 7^1$
I would like to find an equation that gives me the products of 2's only not the other factors in the case of $n=16$ this would be:
$2\,.\,2\,.\,2^2\,.\,2\,.\,2^3\,.\,2\,.\,2\,.\,2\,.\,2^4\,=\,2^{15}$
Another example is n = 14
2.4.6.8.10.12.14 = 645,120 = $2^{11}. 3^2. 5^1. 7^1$
this would be $2\,.\,2\,.\,2^2\,.\,2\,.\,2^3\,.\,2\,.\,2\,.\,2\,=\,2^{11}$
Can it be done?