If sequence is 9,16,25,36 what will be next number
If sequence is 9,16,25,36 what will be next number
Explanation
The sequence consists of perfect squares
. The n-th term of the sequence is ((n+2)^2.
3*3 = 9
4*4 = 16
5*5 = 25
6*6 = 36
7*7 = 49
The sequence consists of perfect squares
. The n-th term of the sequence is ((n+2)^2.
3*3 = 9
4*4 = 16
5*5 = 25
6*6 = 36
7*7 = 49