Its (2^n)-1.
The first digit is 1 so (2^1)-1=1.
Similarly (2^2)-1=3 and so on.
2007-06-06 21:40:59
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
The function f(x) = 2^n + 2^n - 1
If n = 0, f(x) = 2^0 + 2^0 - 1 = 1 + 1 - 1 = 1
If n = 1, f(x) = 2^1 + 2^1 - 1 = 2 + 2 - 1 = 3
If n = 2, f(x) = 2^2 + 2^2 - 1 = 4 + 4 - 1 = 7
If n = 3, f(x) = 2^3 + 2^3 - 1 = 8 + 8 - 1 = 15
If n = 4, f(x) = 2^4 + 2^4 - 1 = 16 + 16 - 1 = 31
If n = 5, f(x) = 2^5 + 2^5 - 1 = 32 + 32 - 1 = 63
and SO ON....
2007-06-06 21:54:11
·
answer #2
·
answered by detektibgapo 5
·
0⤊
0⤋
from 1 to 3 is 2
from 3 to 7 is 4
from 7 to 15 is 8
from 15 to 31 is 16
threfore:
3 - 1= 2
2 x 2 = 4
4 + 3 = 7
7 - 4 = 3
3 x 2 = 6
6 + 7 = 13
2007-06-06 21:43:20
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Working out by Algebra
Outputs(M)- 1,3,7,15,31...
Inputs(n)- first in sequance, second in sequence...
Formula- M= 2^n -1
next in the sequence is, 63, 127, 255 etc.
Just use the formula
2007-06-06 22:18:12
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
note the difference begins 2^1
2^2
2^3
2^4
or you should have seen 2 4 8 16
and then figured 2 squared - 2 cubed etc
2007-06-06 21:26:30
·
answer #5
·
answered by tom4bucs 7
·
1⤊
0⤋
think of of those styles of math question in different words. for occasion interior the 1st question... 5h+2-h=22 the 1st concern yo desire to do is integrate tems that are alike. so we could basically rearrange what you have already got. 5h-h+2=22 next in case you desire to flow an merchandise on the different facet of the = sign the article variations signs and indicators. So if the article have been -3 it is going to become +3 on the different facet and no count if it is +3 then it is going to become -3. So.... 5h-h=22-2 next we could desire to integrate some extra.... whilst coping with factors like 5x, 5xy, 5anything, basically say to your self... I even have 5 h's minus a million h So... 4h=20 the appropriate step in this technique, is calling your self the question, "4 prolonged via what quantity equals 20???" If the question is extra stable like 32h=224, then we are able to apply the long hand approach. What you do in eiher case is the comparable, yet one in each of them we are able to do in our head. to make sure what h is we attempt to get h all via itself on one facet of the = sign. we try this via deviding the two factors of the equation via the comparable quantity. we could desire to compliment a quantity which will make the 4 flow away. once you devide any quantity via itself the respond is usually a million. So...... 4h/4 = 20/4 SO..... h=5
2016-11-26 21:59:28
·
answer #6
·
answered by ? 4
·
0⤊
0⤋
1,3,7,15,31,63,124,249,etc
1&3&3=7
1&7&7=15
1&15&15=31
1&31&31=63
1&63&63=124
1&124&124=249
etc.
2007-06-06 21:31:15
·
answer #7
·
answered by mustang 2
·
1⤊
0⤋
The n-th number in the sequence is sum 2^k k=0 to k=n-1, which is equivalent to (2^n) -1. I'll leave the rest of your homework to you.
2007-06-06 21:28:39
·
answer #8
·
answered by jcsuperstar714 4
·
1⤊
1⤋
f(1) = 1 = 2 (1) - 1
f(2) = 3 = 2 (2) - 1
f(3) = 5 = 2(3) -1
f(n) = 2n-1
2007-06-07 00:52:37
·
answer #9
·
answered by JR 2
·
0⤊
0⤋
n+(n+1)=2n+1
1
1+(1+1)=3
3+(3+1)=7
7+(7+1)=15
15+(15+1)=31
31+(31+1)=63
2007-06-06 22:51:43
·
answer #10
·
answered by moon r 2
·
0⤊
0⤋