Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sum of arithmetic progression #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 7, 2018

  1. Sum of arithmetic progression

    The program needs to compute the sum of
    values of that sequence. remember that an arithmetic progression with initial value a1 and ratio r is
    the sequence formed by: a1, a1 + r, a1 + 2r, ···, a1 + (n - 1) r.
    thiagomonteles authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    f847724 View commit details
    Browse the repository at this point in the history