If 1=4, 2=7, 4=13, 5=16, 8=25, what is the pattern?

Each level goes up by 3

1 = 4 -- (1 * 3) + 1 = 4

2 = 7 -- (2 * 3) + 1 = 7
4 = 13 -- (4 * 3) + 1 = 13

Check out the other numbers to see if that pattern is the same for them.

I see, the second # keeps adding 3.

1=4 is 1+3=4
2=7 is 4+3=7
3=10 is 7+3=10
4=13 is 10+3=13
5=16 is 13+3=16
6=19 is 16+3=19
7=22 is 19+3=22
8=25 is 22+3=25
Thanks to all who answered.

To find the pattern in the given sequence, let's look for the relationship between the numbers.

If we observe closely, we can see that the pattern involves squaring the number on the left and subtracting a specific number. In this case, it seems to be subtracting 3.

Let's calculate it:

1^2 - 3 = 1 - 3 = -2
2^2 - 3 = 4 - 3 = 1
4^2 - 3 = 16 - 3 = 13
5^2 - 3 = 25 - 3 = 22
8^2 - 3 = 64 - 3 = 61

So, based on the pattern we identified, when 6 is squared and subtracted 3, we get 33.

Therefore, the missing number in the sequence is 6=33.