PDA

View Full Version : What comes next in this numercal sequence? (1,1,5,8,13)


BlueFireLady
Apr 10, 2009, 04:26 PM
Numercal sequence

galactus
Apr 10, 2009, 04:35 PM
This looks like the Fibonacci sequence except you're missing a 2 and 3.

The Fibonacci is 1,1,2,3,5,8,13,.

They are obtained by adding the two previous entries.

8+5=13, 13+8=