<h1>Mathematica, 20 bytes</h1>

As a list of '1's:

 Table[1, {x, 1, 2^^ #}] &

Anonymous function.