This is the famous fibonacci sequence, where each term in the sequence is the sum of the previous two.
Fn=Fn-1 + Fn-2
F0 = 1 and F1 = 1 are the initial values to begin the sequence.
F2 = F1 + F0 = 1 + 1 = 2
F3 = F2 + F1 = 2 + 1 = 3
and so on
Chat with our AI personalities
+2, +3, +2
x4
The pattern rule is: 4 5 6 7 8 and so the next number will be 33+9 = 42
Multiply by 4
There are many possible answers. One possible rule is: Un = (3n4 - 18n3 + 69n2 - 54n + 120)/8 for n 1, 2, 3, ...