Question 393105
If n is a positive integer such that 2n+1 is a perfect square, show that n+1 is the sum of two successive perfect squares.
<pre><font face = "batangche" color = "indigo" size = 4><b>

Since 2n + 1 is odd, then since 2n + 1 is a perfect square, 
its square root is also odd, say 2p + 1, where p <u>></u> 0, then

 2n + 1 = (2p + 1)²
 2n + 1 = 4p² + 4p + 1
     2n = 4p² + 4p
      n = 2p² + 2p
      n = p² + p² + 2p
  n + 1 = p² + p² + 2p + 1
  n + 1 = p² + (p + 1)²

Edwin</pre>