Spent some time trying to find some recurrence for determine bigger than current perfect square but unsuccessful. For example: current 121 and next 144. Who is next after 144? Can someone help me to take this recurrence?
2026-03-25 23:18:39.1774480719
Perfect square root recurrence
33 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint:
The well-known formula for $(n+1)^2$ can be written as $(n+1)^2=n^2+n+(n+1)$.