SOLUTION: The first few square numbers are 1, 4, 9, and 16. Find and solve a recurrence relation for the nth square number.

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: The first few square numbers are 1, 4, 9, and 16. Find and solve a recurrence relation for the nth square number.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1068259: The first few square numbers are 1, 4, 9, and 16.
Find and solve a recurrence relation for the nth square number.

Answer by ikleyn(52878) About Me  (Show Source):
You can put this solution on YOUR website!
.
This relation is %28n%2B1%29%5E2 = n%5E2 + 2n%2B1.