2 1 , 6 1 , 1 2 1 , 2 0 1 , ⋅ ⋅ ⋅
Find the reciprocal of the 7 7 th term of the sequence above.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the term of the sequence be a n = b n 1 . We note that b n = n ( n + 1 ) . Therefore, b 7 7 = 7 7 × 7 8 = 6 0 0 6
factorize the sum by 2 1 and write the reciprocal of each term to obtain: 1,3,6,10,... which are the triangle numbers. If Tn is the nth triangle number then Tn = 2 n ( n + 1 ) , but we have already factorized out the 2 , therefore the 77th term = 77 x78 = 6006
flip the sequence and get 2,6,12,20 2 = 1^1+1 6 = 2^2+2 12=3^2 + 3 20=4^2 +4 this is of the form n^2+n.
this is the reciprocal as it is. Therefore, the reciprocal of the 77th term is 77^2+77 = 6006
After googling "telescoping sequence", I found on Wikipedia that the sought out function is f(x)=1/(x(x+1)). So, plugging it into Python...
1 2 3 4 |
|
... I find that the reciprocal of f(77) is 6006.
Although using a code simplifies your working, you actually spent more time writing out the code for a simple calculation: 7 7 × 7 8 . And it's not advised to use programming codes when one isn't needed.
By intuition the Tn of the reciprocal of thee series can be stated as n^2 + n. Therefore 77^2 + 77 = 6006
Result is 1/6006, not 6006, probably sequence was 2,6,12,20,first 3 number are number of my date of birth,so it is interesting for me.6006=77*78
The question was to find the reciprocal. Invest time in reading the question.
The required answer is actually 6 0 0 6 because the reciprocal of a 7 7 means a 7 7 1 = 6 0 0 6 1 1 = 6 0 0 6 .
Problem Loading...
Note Loading...
Set Loading...
1/ (1 x 2), 1/ (2 x 3), 1/ (3 x 4), 1/ (4 x 5), .... , 1/ (77 x 78)
Reciprocal is 77 x 78 = 6006