arithmetic_sequence
Generate arithmetic sequences by specifying the first term, common difference, and number of terms for mathematical calculations and pattern analysis.
Instructions
Generate an arithmetic sequence with given first term, common difference, and number of terms. (Domain: arithmetic, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_term | Yes | ||
| common_diff | Yes | ||
| num_terms | Yes |