The logic for the given series is the square of the appearing number and addition of 1 at first position and subtraction of 1 at second position. This simply means that -
1^2 + 1 = 2
2^2 - 1 = 3
3^2 + 1 = 10
Similarly, the number after 10 is -
10^2 - 1 = 99
answered Sep 07, 2023 at 11:12