Loading…

Sequence and Partial Sum Calculator

Math Calculus • Infinite Series and Sequences

View all topics

Generate terms of a sequence and compute the associated partial sums. Use an explicit rule such as \(a_n=\dfrac{1}{n}\), or use a recursive rule such as \(a_n=0.5a_{n-1}+1\). The table and graph update together, and Play mode moves through the partial sums.

Explicit sequence \(\displaystyle a_n=f(n)\) Recursive sequence \(\displaystyle a_n=g(n,a_{n-1})\) Partial sum \(\displaystyle S_N=\sum_{n=n_0}^{N}a_n\) Series behavior \(\displaystyle S_N\to L\quad\text{or diverges}\)

Sequence input

Use variable n. Supported functions: sin, cos, sqrt, ln, exp, abs.
Use a or prev for \(a_{n-1}\), and n for the current index.
Play mode moves \(K\) from \(n_0\) to \(N\) and stops automatically.
Live preview

Quick examples

Ready
Enter a sequence rule and click “Generate sequence”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is an explicit sequence?

An explicit sequence gives a_n directly as a formula in n, such as a_n = 1/n.

What is a recursive sequence?

A recursive sequence gives each new term from a previous term, such as a_n = 0.5a_{n-1} + 1.

What is a partial sum?

A partial sum S_N is the sum of sequence terms from the starting index to N.

Does the calculator decide convergence rigorously?

It gives a finite-window behavior note from the computed terms. A formal convergence result may require a separate convergence test.

Can I export the table?

Yes. The calculator can download all generated terms and partial sums as a CSV file.

Does the graph include units?

Yes. The numeric tick labels include the x-axis and y-axis units entered by the user.

What sample input gives the harmonic partial sums?

Use explicit mode with a_n = 1/n, n0 = 1, and N = 20.