The prime gaps grow logarithmically. Now, suppose I create a list of $N$ primes. For example $N = 10$ or $[2, 3, 5, 7, 11, 13, 17, 19, 23, 29]$ then
$$\text{total~sum} = 129$$ $$2^N = 1024$$
Question
Will the $total~sum$ of the list always be less than $2^N$?