EP 241 Computer Programming
 


EP241 - Homework


An Infinite Series

Write a Fortran program to evaluate the first 20 terms of the following infinite series:

      5/6 + 13/36 + 35/216 + 97/1296 + ...

This is a convergent series. Find the convergent value of the series analitically and compare your computer result with this value.

SOLUTION