summaryrefslogtreecommitdiff
path: root/progs/a698.py
blob: 47b03c5d2671583944393fd11c32375d111f646a (plain)
1
2
3
def ap_sum(a,n,d):
  total = (n * (2 * a + (n - 1) * d)) / 2
  return total