1 ⋅ 2 1 + 1 ⋅ 2 ⋅ 3 2 + 1 ⋅ 2 ⋅ 3 ⋅ 4 3 + 1 ⋅ 2 ⋅ 3 ⋅ 4 ⋅ 5 4 + ⋯
Find the sum above up to 2018 terms.
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.
Your solution is more general as it gives you the result for any n belonging to Z. To everyone who stumped at this prob I would advice you to follow @Chew-Seong Cheong's solution rather than mine in order to understand it better.
Log in to reply
Thanks for you comment, I was trying to encourage you to use LaTex for writing problem and solution. I have edited this problem for you. So more member will be attracted to solve it.
Log in to reply
I actually do not know how to use LaTex . So I use daum equation writer and then just post the image. Can you perhaps link me a video which explains it.
Log in to reply
@Arghyadeep Chatterjee – Instead of pasting the image, you can just learn the codes. You can see LaTex codes by placing your mouse cursor on the formulas in Brilliant.org website. Or click the " ⋯ More" pull-down menu and select "Toggle LaTex".
It is a telescoping sum
Problem Loading...
Note Loading...
Set Loading...
Similar solution with @Arghaydeep Chatterjee 's.
S n = 1 ⋅ 2 1 + 1 ⋅ 2 ⋅ 3 2 + 1 ⋅ 2 ⋅ 3 ⋅ 4 3 + ⋯ + ( n + 1 ) ! n = k = 1 ∑ n ( k + 1 ) ! k = k = 1 ∑ n ( k + 1 ) ! k + 1 − 1 = k = 1 ∑ n ( k ! 1 − ( k + 1 ) ! 1 ) = k = 1 ∑ n k ! 1 − k = 2 ∑ n + 1 k ! 1 = 1 ! 1 − ( n + 1 ) ! 1
Putting n = 2 0 1 8 , we have S 2 0 1 8 = 1 − 2 0 1 9 ! 1 .