series_sum
Calculate the sum of an arithmetic series using the first term, last term, and number of terms. This tool helps solve arithmetic progression problems by computing total sums efficiently.
Instructions
Calculate the sum of an arithmetic series based on first term, last term, and number of terms. (Domain: arithmetic, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | Yes | ||
| last | Yes | ||
| count | Yes |