This is an old conjecture of Erdos, which was subsequently proved (Ryavek from my notes) - though I cannot find a handy online reference just now. The proof goes along the following lines, IIRC:
With $0 < x< 1$, we have by the distinct sum condition:
$$ \prod_{k=1}^n (1+x^{a_k}) < \sum_{k=0}^{\infty} x^k = \frac1{1-x} $$
$$\implies \sum_{k=1}^n \log(1+x^{a_k}) < - \log (1-x)$$
As both sides are positive, we can divide by $x$ and integrate to get
$$\implies \sum_{k=1}^n \int_0^1 \frac{ \log(1+x^{a_k})}x dx < - \int_0^1 \frac{\log (1-x)}x dx $$
$$\implies \sum_{k=1}^n \frac1{a_k} \cdot \int_0^1 \frac{ \log(1+t)}t dt < \frac{\pi^2}6 $$
$$\implies \sum_{k=1}^n \frac1{a_k} \cdot \frac{\pi^2}{12} < \frac{\pi^2}6 \implies \sum_{k=1}^n \frac1{a_k} < 2 $$
A has $2^n$ subsets, each of which must have a distinct sum. $\Sigma A$ is the largest such sum, hence is greater than or equal to $2^n-1$.
– G. H. Faust Apr 02 '14 at 10:25