Formula for $\sum2^{k^2}$

87 Views Asked by At

Is there a formula for the sum $s(n)=\sum_{k=1}^n2^{k^2}$? I know that $\sum^n2^k=2(2^n-1)$ but I dont know if I can use that. If not, is there a big-O upper bound?