Sequences & Series formulas
All 20 formulas in this topic
Arithmetic SequenceFind the nth term in a sequence with constant differences between consecutive terms, or determine how many steps it takes to reach a specific value.Arithmetic SeriesFind the sum of an arithmetic sequence without adding every term—just use the first term, last term, and how many terms there are.Geometric SequenceThe formula a_n = a_1 r^{n-1} finds any term in a geometric sequence, where each term is a constant multiple of the previous one.Geometric SeriesSums the first n terms of a geometric sequence—those where each term is the previous one times a constant—using a single formula instead of adding.Infinite Geometric SeriesInfinite Geometric Series gives you the sum of all terms in a geometric sequence when the common ratio lies strictly between negative one and one.Sum of First n IntegersAdd all integers from 1 to n using the formula \frac{n(n+1)}{2} instead of manually summing—much faster for large numbers.Sum of SquaresSum of Squares gives you a formula to calculate the sum of the first n perfect squares instantly, without adding each term one by one.Sum of Cubes FormulaThe Sum of Cubes Formula calculates the sum of the first n cubes and shows that it equals the square of the sum of the first n integers.Recursive FormulaA recursive formula defines each term using the previous one, helping you find patterns and generate sequences step-by-step.Fibonacci SequenceThe Fibonacci sequence is a series where each term equals the sum of the previous two terms; it models growth patterns found in nature.Sigma NotationSigma notation compresses long sums into a compact formula, letting you write and calculate the sum of many terms efficiently and accurately.FactorialFactorial multiplies all positive integers up to n to find permutations. Use it to count the number of ways to arrange distinct objects in order.Telescoping SeriesA telescoping series simplifies sums where consecutive terms partially cancel out, leaving only the first and last terms to compute.Harmonic SeriesThe Harmonic Series, sum of reciprocals of positive integers, diverges infinitely—a foundational benchmark for determining whether other series converge.p-Series TestThe p-Series Test determines convergence of series 1/n^p: the series converges if and only if the exponent p is strictly greater than 1.Ratio TestDetermine whether an infinite series converges by checking if the ratio of consecutive terms approaches a value less than one.Integral TestTest series convergence by checking improper integral ∫₁^∞ f(x)dx when f is positive, continuous, and decreasing; the series ∑f(n) shares convergence behavior.Alternating Series TestThe Alternating Series Test determines whether a series with alternating signs converges when its terms decrease monotonically to zero.Taylor SeriesA Taylor Series expresses a function as an infinite polynomial centered at a point, approximating smooth functions using just derivatives.Maclaurin SeriesA Maclaurin Series expresses a function as an infinite polynomial using its derivatives at zero, letting you approximate functions without a calculator.