summaryrefslogtreecommitdiff
path: root/progs/a717.py
blob: 427cd2917e86aaed44516d2f9ec2cc4f8379bc46 (plain)
1
2
3
def tn_ap(a,n,d):
  tn = a + (n - 1) * d
  return tn