Denote by $a_n$ the sum of the first $n$ primes. Prove that there is a perfect square between $a_n$ and $a_{n+1}$, inclusive, for all $n$.
The first few sums of primes are $2$, $5$, $10$, $17$, $28$, $41$, $58$, $75$. It seems there is a perfect square between each pair of successive sums. In addition, we can put a bound on $a_n$, namely $a_n \le 2+3+5+7+9+11+...+(2n+1)=n^2+2n+5$.
Let $p$ be the $(n+1)$st prime. Then $a_n\le (-8)+(1+3+5+7+9+\ldots +p-2)=(\frac{p-1}{2})^2-8$ provided $p\ge 11$ (the smaller cases can be dealt with by checking manually). So with $b_n:=\lfloor \sqrt {a_n}\rfloor $ we have $b_n< \frac{p-1}{2}$. Then $a_n<(b_n+1)^2=b_n^2+2b_n+1< a_n+p=a_{n+1}$ as was to be shown.