Find the next number in the series: 8,243,256,59049,?
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.
We can write the series like : 2^3,3^5,2^8,3^10,....so here we can see that the powers are getting increased in some special order i.e sum of previous power plus its exponent..Example: 5=3+2;8=5+3;10=8+2;So,next power is 3+10=13 with exponent 2.... So, Finally Answer is 2^13=8192.