2^n where n is natural number
2006-09-28 05:15:37
·
answer #1
·
answered by raj 7
·
0⤊
0⤋
BINARY 2 4 8 16 32 64 128 ...... The basis of the working of all computers The only niumbers used are 0 & 1 so 1 is 1 10 is 2 11 is 3 100 is 4 101 is 5 110 is 6 111 is 7 1000 is 8
2006-09-29 09:19:07
·
answer #2
·
answered by xenon 6
·
0⤊
0⤋
it's not the fibonacci sequence (which starts as 1, 1, 2, 3, 5, ..).
in this sequence, the next number is the previous number multiplied by 2. thus you have:
2*2 = 4
4*2 = 8
8*2 = 16
2006-09-28 12:21:53
·
answer #3
·
answered by Matichel 4
·
0⤊
0⤋
2 times 2 is 4 times 2 is 8 times 2 is 16 ....
2006-09-28 12:15:36
·
answer #4
·
answered by kc_warpaint 5
·
0⤊
0⤋
n*2
2006-09-28 12:18:00
·
answer #5
·
answered by Wobs 3
·
0⤊
0⤋
It's called a geometric pregression, or exponential increase. It is where you take anumber and continue doubling it. After several doubling the amoung grows at such a rate that after 3o doublings ti will be over 10,000,000 times larger.
This is different from the fibonocci sequence which runs 1,1,2,3,5,8,13,21,32... where you are adding the munber to the last one in the sezuence then taking that sum and adding it to the next.
2006-09-28 12:25:03
·
answer #6
·
answered by kveldulfgondlir 5
·
0⤊
0⤋
the rule is you add the number to itself 2+2=4 then 4+4=8 and so on.
2006-09-28 12:22:58
·
answer #7
·
answered by sophie-star 2
·
0⤊
0⤋
2^x
2006-09-28 12:20:33
·
answer #8
·
answered by cyrus_xi 5
·
0⤊
0⤋
2 to the power x - normally written as 2 with the x up above it and to the right (known as superscript)
ie 2 to the power 1 = 2
2 power 2 (or 2 squared) = 4 (2x2)
2 power 3 (or 2 cubed) =8 (2x2x2)
etc
Hope this helps
2006-09-28 12:26:32
·
answer #9
·
answered by Graham P 1
·
0⤊
0⤋
You times the number by 2 or 2n
2006-09-28 12:17:38
·
answer #10
·
answered by mullzer 2
·
0⤊
0⤋