A geometric progression multiplies instead of adding: every term is the previous term times a fixed value, called the common ratio. 2, 6, 18, 54 is a geometric progression with first term 2 and ratio 3. This is the mathematics of compound interest, population growth, viral spread and half-life — anything that grows or decays by a percentage per step.
Geometric Progression Generator creates the whole sequence instantly. Give it a first term, a common ratio and a length, and it applies the nth-term formula aₙ = a₁ × r^(n−1) to every position. Ratios above 1 make the sequence explode upwards, ratios between 0 and 1 make it shrink, and negative ratios make the signs alternate. When both inputs are whole numbers the tool uses exact BigInt arithmetic, so even 500 terms of a fast-growing sequence stay precise to the last digit — and the sum formula Sₙ = a₁ × (1 − rⁿ)/(1 − r) is verified for you in the output.