Number Puzzle #165
Can you find the next term in this sequence ?
4, 72, 652, ?
Check your answer:-
Click here to See Solution
answered by readers in comments
it is 2^2 => 4
3^3 => 27 => reverse 72
4^4 => 256 => reverse 652
thus the next number should be
5^5 => 3125 => reverse 5213