How do you find the sum given sum_(k=0)^4 1/(k^2+1)? Calculus Introduction to Integration Sigma Notation 1 Answer Steve M Oct 31, 2016 sum_(k=0)^(k=4) 1/(k^2+1) = 158/85 Explanation: sum_(k=0)^(k=4) 1/(k^2+1) = 1/(0^2+1) + 1/(1^2+1) + 1/(2^2+1) + 1/(3^2+1) + 1/(4^2+1) :. sum_(k=0)^(k=4) 1/(k^2+1) = 1/(0+1) + 1/(1+1) + 1/(4+1) + 1/(9+1) + 1/(16+1) :. sum_(k=0)^(k=4) 1/(k^2+1) = 1/1 + 1/2 + 1/5 + 1/10 + 1/17 :. sum_(k=0)^(k=4) 1/(k^2+1) = 158/85 Answer link Related questions How does sigma notation work? How do you use sigma notation to represent the series 1/2+1/4+1/8+…? Use summation notation to express the sum? What is sigma notation for an arithmetic series with first term a and common difference d ? How do you evaluate the sum represented by sum_(n=1)^5n/(2n+1) ? How do you evaluate the sum represented by sum_(n=1)^(8)1/(n+1) ? How do you evaluate the sum represented by sum_(n=1)^(10)n^2 ? What is sigma notation for a geometric series with first term a and common ratio r ? What is the value of 1/n sum_{k=1}^n e^{k/n} ? Question #07873 See all questions in Sigma Notation Impact of this question 8706 views around the world You can reuse this answer Creative Commons License