Log in

View Full Version : finding the next 3 values in the sequence of numbers


grsmcs
Mar 13, 2012, 04:24 PM
-1,0,1,0,1,2,3,6,11,20,37,_,_,_

ebaines
Mar 14, 2012, 05:47 AM
Each number is the sum of the preceding three numbers. So the next in the sequence is 11+ 20 + 37 = 68.