Number Sequence Calculator

Find the nth term, sum of n terms, and list terms of arithmetic, geometric, Fibonacci, and custom sequences.

Sequence Type

Formulas
nth termaₙ = a₁ + (n−1)d
Sum of n termsSₙ = n/2 · (2a₁ + (n−1)d)
Or equivalentlySₙ = n/2 · (a₁ + aₙ)

Results

Term 10
29
a₁ + (n−1)d
Sum of 10 Terms
155
Sₙ
First term (a₁)2
Common difference (d)3
Term 10 (aₙ)29
Sum of 10 terms155
First 10 Terms
1: 22: 53: 84: 115: 146: 177: 208: 239: 2610: 29
Common Sequences
NamePatternFirst terms
Arithmetica, a+d, a+2d, …2, 5, 8, 11, …
Geometrica, ar, ar², …3, 6, 12, 24, …
FibonacciF(n−1)+F(n−2)1, 1, 2, 3, 5, 8, …
Square numbers1, 4, 9, 16, 25, …
Cube numbers1, 8, 27, 64, 125, …
Triangularn(n+1)/21, 3, 6, 10, 15, …
Prime numbers2, 3, 5, 7, 11, 13, …