What is the next number in this series?
0, 1, 2, 9, 44, 265, .....
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 0, then the next number is (0×2)+1 = 1. The next number is (1×3)-1 = 2. The next number is (2×4)+1 = 9. The next number is (9×5)-1 = 44. The next number is (44 × 6)+1 = 265. So, the next number should be (265×7)-1 = 1 8 5 4 . In the pattern, the previous number is multiplied by a number which is one more than what was multiplied to the previous number, then from the product one is alternatively subtracted and added.