HomeCalculatorsMathNumber Theory & Discrete MathArithmetic Sequence Calculator
Math calculator

Arithmetic Sequence Calculator

Nth term and partial sum of an integer arithmetic sequence. Same engine as Sequence. Not geometric. Runs locally.

Instant result
Result

Enter values to calculate.

Inputs
Mode
Formula
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
Specification basis
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.

Terma_n = a + (n−1)d
SumS_n = n/2 · (2a + (n−1)d)
iIntegers only. Exact BigInt. n ≥ 1. Not geometric, not Fibonacci, not Pascal. Engine id is sequence — never arithmetic (that id is add/sub).

How to use

1

Enter a, d, and n

n is the term index, starting at 1.

2

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

a_5=14
14

Arithmetic Sequence calculator specification

Version 1.0.0 · Engine tested

Calculation status

Review policy · Evidence

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
}

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.