Skip to content

Sum of arithmetic progression #5

New issue

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

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

Already on GitHub? # to your account

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

Conversation

thiagomonteles
Copy link

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.

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.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant