Let a n be a recursive function satisfying a n = a n − 1 − n ( n − 1 ) 1 for all positive integers n ≥ 2 , and a 1 = 1 . What is the value of n = 1 ∑ 1 0 0 0 a n ? Round your answer to 5 decimal places.
Try Part I .
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.
According to Jaume Oliver Lafont and also Wolfram Mathworld , a similar approximation that converges more quickly is: k = 1 ∑ n k 1 ∴ k = 1 ∑ 1 0 0 0 k 1 ≈ ln ( n + 2 1 ) + γ + 2 4 ( n 2 ) 1 − 2 4 ( n ) 3 1 + . . . ≈ ln ( 1 0 0 0 + 2 1 ) + γ + 2 4 ( 1 0 0 0 2 ) 1 − 2 4 ( 1 0 0 0 ) 3 1 + . . . ≈ 7 . 4 8 5 4 7 This converges to 5 decimal places correctly with just ln ( 1 0 0 0 . 5 ) + γ
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Harmonic Progression
We start by evaluating a n for n = 2 , 3 , 4 .
a 2 = a 1 − 2 ( 2 − 1 ) 1 = 1 − 2 1 = 2 1
a 3 = a 2 − 3 ( 3 − 1 ) 1 = 2 1 − 6 1 = 3 1
a 4 = a 3 − 4 ( 4 − 1 ) 1 = 3 1 − 1 2 1 = 4 1
We note that a n − 1 is always n − 1 1 . So, we can plug that into the function equation to get
a n = n − 1 1 − n ( n − 1 ) 1 = n − 1 1 + n ( n − 1 ) ( n − 1 ) − n = n − 1 1 + ( n 1 − n − 1 1 ) = n 1
So, a n = n 1 ; we are asked to find n = 1 ∑ 1 0 0 0 n 1 , or the sum to 1 0 0 0 terms of the harmonic progression .
Using this approximation (where γ is the Euler-Mascheroni constant ) we find that
n = 1 ∑ 1 0 0 0 n 1 ≈ ln 1 0 0 0 + γ + 2 ( 1 0 0 0 ) 1 − 1 2 ( 1 0 0 0 ) 2 1 + ⋅ ⋅ ⋅ ≈ 7 . 4 8 5 4 7