Arithmetic Sequence Calculator
Nth term and partial sum of an integer arithmetic sequence. Same engine as Sequence. Not geometric. Runs locally.
Trust summary Engine tested · Specification checked · 12/12 tests · Production surface contract 4/4 · v1.0.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- a_n and S_n for an integer arithmetic progression.
- Scope
- Integers
- Verification
- Engine tested · 12/12 tests · Production surface contract 4/4 · Specification checked · v1.0.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 4 golden · 2 boundary · 6 property · Production surface contract 4/4 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.0.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (1 capability; 163 remain CURRENT) @ 2026-09-19T00:00:17.039Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter a, d, and n
n is the term index, starting at 1.
Read a_n and S_n
Larger composition lives at /calc/math/sequence.
Example calculations
Common configurations with formula and result.
2, 5, 8, …
a=2 d=3 n=5
Arithmetic Sequence calculator specification
Version 1.0.0 · Engine tested
- Engine tested 12/12 tests · Production surface contract 4/4
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- a_n = a + (n−1)d and S_n = n/2 · (2a + (n−1)d). This page is mode=arithmetic on the sequence engine. Not the add/sub arithmetic calculator.
- What it calculates
- a_n and S_n for an integer arithmetic progression.
- Inputs
- a
- d
- n
- Outputs
- term
- sum
- Formula
a_n = a + (n−1)d- Assumptions
- Integers
- n ≥ 1
- Not geometric / Fibonacci / Pascal
- Units
- dimensionless
- Boundary conditions
- n=0 → VALUE_MUST_BE_POSITIVE
- n>1000 → VALUE_ABOVE_MAX
- Example
- a=2 d=3 n=5 → 14
- Validation cases
1 published on this page · 12/12 tests · Production surface contract 4/4 · View evidence
- a=2 d=3 n=5 → term=14 sum=40
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.0.0
Related tools
Other calculators in this family: Factorial Calculator, Fibonacci Calculator, GCF Calculator, Geometric Sequence Calculator, LCM Calculator, Modular Inverse Calculator, Modulo Calculator, Permutation Combination Calculator . Explore all Number Theory & Discrete Math.
Frequently asked questions
Key distinctions behind the calculation.
Is this the add/subtract calculator?
No. The engine id is sequence. The add/sub engine remains arithmetic and must not be aliased here.
Is this a second sequence solver?
No. It is mode=arithmetic on math.sequences.