2^1, 2^2, 2^3, 2^5, 2^9 ------>this is the series
1 2 3 5 9 ------>these are the powers
1 1 2 4 ------>this is the increment of powers (every term is sum of those previous ones)
the next power increment will be 1+1+2+4=8
8+9=17
2,4,8,32,512,65536
2006-08-22 09:34:06
·
answer #1
·
answered by camedamdan 2
·
1⤊
0⤋
2*2 =4 -> second #
4*2 =8 -> third # -> 2 gets from 1*2
8*4=32 -> fourth # -> 4 gets from 2*2
32*16=512 -> fifth # -> 16 gets from 4*4
512*256 =131,072 -> sixth # -> 256 gets from 16*16
so, the sixth # is 131,072
2006-08-22 17:46:03
·
answer #2
·
answered by kelly 2
·
0⤊
0⤋
Are you sure that last given term is 512 and not 256???
If it was 256 then it's
2^k where k is 1,2,3,5,8,13,21, etc.
Doug
2006-08-22 16:31:37
·
answer #3
·
answered by doug_donaghue 7
·
0⤊
0⤋
f(n+1)=n^2/2
The next number is 512^2/2, or 131072.
2006-08-22 16:58:14
·
answer #4
·
answered by knivetsil 2
·
0⤊
0⤋
Please doublecheck if there is a number between 32 and 512.
2006-08-22 16:34:42
·
answer #5
·
answered by MollyMAM 6
·
0⤊
0⤋
What about it?
2006-08-22 16:26:31
·
answer #6
·
answered by The Prince 6
·
0⤊
0⤋