Find the next number which follows this sequence?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The pattern starts with 1. The next number 1 + 1 2 = 2 . The next number 2 + 2 2 = 6 . The next number 6 + 3 2 = 1 5 . The next number 1 5 + 4 2 = 3 1 . The next number 3 1 + 5 2 = 5 6 . The next number 5 6 + 6 2 = 9 2 . ,So, we see the next number is obtained by consecutively adding the successive square to the previous number. So, the answer is 9 2 + 7 2 = 9 2 + 4 9 = 1 4 1 .