Question 120706
If n is an odd integer, then the next odd integer is n+2.  


Now, square the (n+2):
{{{ (n+2)^2 }}}
{{{(n+2)(n+2) }}}


This is a "FOIL" problem:
{{{n^2 +4n+4}}}


R^2