Question 1
Is there an equation to calculate or approximate the Product of powers of two less than or equal to in general 2n?
Example 1
Given for example 2n = 14 this would simply be $2.4.8=2.2^2.2^3$ easily seen by inspection.
I know one can use Legendre's Theorem (see question https://math.stackexchange.com/a/141197/155629) to do this but that's not what I'm after since it uses the integer function [x]; same with answer below. An approximation would be fine too.