Each term is the sum of the two terms before it.
That's the famous "Fibonacci" series.
Chat with our AI personalities
i0 = 4; in = in-1 - 3
Example 1:+5 - +2Step 1:The opposite of +2 is -2.Step 2:Subtraction becomes addition.Solution:+5 - +2 = +5 + -2 = +3
n*3; n-1 {Where "n" is the previous answer starting at 1. 1, 1*3=3, 3-1=2, 2*3=6, 6-1=5, 5*3=15, 15-1=14, 14*3=42, 42-1=41.
3 / 5 * 5 / 3 = 1 This answer was calculated according to the order of operations. Rule 1: First perform any calculations inside parentheses. Rule 2: Next, from left to right, do all multiplications and divisions. Rule 3: Last, from left to right, do all additions and subtractions.
1 2 3 4 5 2 5 8 11 14 ... If this is the sequence, the position-to-term rule is 3n-1. However, it could be another sequence depending on the rest of the terms.