42
85
170
341
682
1365
2730
5461
alternate terms are double the previous term and then double the previous term plus add one.
2006-12-18 08:27:36
·
answer #1
·
answered by Anonymous
·
4⤊
0⤋
I do not see a simple pattern. Perhaps the pattern is alternately double, or double and add one?
1
1*2 = 2
2*2 + 1 = 5
5*2 = 10
10*2 + 1 = 21
The next numbers in the pattern would be 42, 85, 170, 341.
2006-12-18 16:28:01
·
answer #2
·
answered by computerguy103 6
·
1⤊
0⤋
In the series 1,2,5,10,21, alternate steps are doubling
versus doubling and adding one.
Thus 1 -> 2 by doubling, 2 -> 5 by doubling and adding one,
5 -> 10 by doubling, and 10 -> 21 by doubling and adding one.
So the next numbers will be 42, 85, 170, etc.
2006-12-18 16:30:07
·
answer #3
·
answered by David Y 5
·
0⤊
0⤋
If the number is odd, double it. if it is even, double and add one?
1 is odd, double it to get 2
2 is even, double and add 2 to get 5.
etc.
the next number will be 42
2006-12-18 16:29:20
·
answer #4
·
answered by firefly 6
·
1⤊
0⤋
k, Nk
-------------
1, 1 or 1
2, 2, k
3, 2^2+1,
4, 2^3+2
5, 2^4+5, 2^(k-1)+k
It looks like Nk = 2^(k-1)+k , almost!
2006-12-18 16:32:44
·
answer #5
·
answered by modulo_function 7
·
0⤊
0⤋