1. Conditional Statements
Sign In
All of the numbers are perfect squares.
Pattern: 1^2, 2^2, 3^2, 4^2...
Next Two Terms: 25 and 36
1, 4, 9, 16 ... 1^2,2^2,3^2,4^2... Therefore, the presented pattern is squaring consecutive natural numbers. To find the next two terms in the sequence, we will extend this pattern twice. 1^2, 2^2, 3^2, 4^2, 5^2, 6^2... 1, 4, 9, 16, 25, 36...