Geometric Sequence Calculator
Nth term and partial sum of an integer geometric sequence. Same engine as Sequence. Not arithmetic. 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 geometric 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, r, 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.
3, 6, 12, 24
a=3 r=2 n=4
Geometric 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 r^{n−1} and S_n = a(r^n−1)/(r−1) (or n a when r=1). This page is mode=geometric on the sequence engine.
- What it calculates
- a_n and S_n for an integer geometric progression.
- Inputs
- a
- r
- n
- Outputs
- term
- sum
- Formula
a_n = a r^{n−1}- Assumptions
- Integers
- n ≥ 1
- Not arithmetic / Fibonacci / Pascal
- Units
- dimensionless
- Boundary conditions
- n=0 → VALUE_MUST_BE_POSITIVE
- n>1000 → VALUE_ABOVE_MAX
- Example
- a=3 r=2 n=4 → 24
- Validation cases
1 published on this page · 12/12 tests · Production surface contract 4/4 · View evidence
- a=3 r=2 n=4 → term=24 sum=45
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.0.0
Related tools
Other calculators in this family: Arithmetic Sequence Calculator, Factorial Calculator, Fibonacci Calculator, GCF 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 a second sequence solver?
No. It is mode=geometric on math.sequences.
Are non-integer ratios supported?
Not in this seed. Integers only.