( 1 ) ( 2 ) ( 3 ) 1 + ( 4 ) ( 5 ) ( 6 ) 2 + ( 7 ) ( 8 ) ( 9 ) 3 + ( 1 0 ) ( 1 1 ) ( 1 2 ) 4 + …
Let S denote the value of series above. Find the value of ⌊ 1 0 0 0 0 S ⌋ .
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.
This problem would be much harder if it were asked to find the exact form of S . Wonderful!
Honestly , I was busy on Google Plus chatting with @Trevor Arashiro and @Sharky Kesa and others that I forgot about posting a solution here .
The method used is pretty obvious . This problem uses the same method too .
Don't worry , I'll post a solution if I say so . It's just that I honestly forgot , if you want you can cross-check with Trevor and Sharky .
Python 2.7:
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Please refrain from posting solution with no relevant working.
Problem Loading...
Note Loading...
Set Loading...
Start by doing partial fractions, and then convert it to an integral and simplify.
n = 1 ∑ ∞ ( 3 n − 2 ) ( 3 n − 1 ) ( 3 n ) n = 3 1 n = 1 ∑ ∞ ( 3 n − 2 1 − 3 n − 1 1 ) n = 1 ∑ ∞ ( 3 n − 2 ) ( 3 n − 1 ) ( 3 n ) n = 3 1 n = 1 ∑ ∞ ∫ 0 1 ( x 3 n − 3 − x 3 n − 2 ) d x
n = 1 ∑ ∞ ( 3 n − 2 ) ( 3 n − 1 ) ( 3 n ) n = 3 1 ∫ 0 1 n = 1 ∑ ∞ ( x 3 n − 3 − x 3 n − 2 ) d x
n = 1 ∑ ∞ ( 3 n − 2 ) ( 3 n − 1 ) ( 3 n ) n = 3 1 ∫ 0 1 ( x 3 1 − x 2 1 ) n = 1 ∑ ∞ x 3 n d x
n = 1 ∑ ∞ ( 3 n − 2 ) ( 3 n − 1 ) ( 3 n ) n = 3 1 ∫ 0 1 ( x 3 1 − x 2 1 ) 1 − x 3 x 3 d x
n = 1 ∑ ∞ ( 3 n − 2 ) ( 3 n − 1 ) ( 3 n ) n = 3 1 ∫ 0 1 x 2 + x + 1 1 d x
The antiderivative happens to be 3 2 arctan ( 3 2 x + 1 ) .
n = 1 ∑ ∞ ( 3 n − 2 ) ( 3 n − 1 ) ( 3 n ) n = 9 3 π