Posted by samantha on Thursday, April 12, 2012 at 3:51pm.
This is (probably) a series with a recurrence relation:
a(n)=a(n-3)+a(n-2)+a(n-1)
Try
0=-1+0+1
1=0+1+0
2=1+0+1
...
37=6+11+20
Some call this tribonacci numbers, from
Fibonacci numbers where
a(n)=a(n-2)+a(n-1)
Thanks so much
How do get the three numbers relative I understand that the number u get is the first to add for the next in the pattern?
Are the three numbers 63. 89. 115???????
Basically, you add the three last numbers to get the next, for example,
2+3+6=11, ...
So the next number is:
11+20+37 = 68
20+37+68 = ?
...
Related Questions
math - What is the pattern to this sequence? 1,3,4,7,11,18,29 I figured it was ...
math - look at the numbers below describe the pattern 75, 74,72,69,65, what is ...
Math - 4 3 1 1 2 1 -2 -3 What's the pattern and the next numbers of this ...
math - determine the next three numbers in this pattern: 2,3,5,7,11,13,17,19,23,...
Math - Describe a pattern in the sequence of numbers. Predict the next number. ...
MATH - the numbers below are Fibonacci numbers. 1,1,2,3,5,8,13,21,34,55,... ...
Problem Solving: Writing to Explain - Look at the numbers 13, 15, 19, 25,.... ...
math logic correction !! - What comes next in the sequence? st, nd, rd, th, __, ...
math - describe the pattern then find the missing numbers _, _,27,38, 49, 60 I ...
math - The Fibonacci sequence of numbers begins 1,1,2,3,5,8,13,21,34,55,
...
For Further Reading