Calculate arithmetic, geometric, Fibonacci sequences and infinite series
Sequences are ordered lists of numbers, while series are the sums of sequence terms. They're fundamental in mathematics, physics, and engineering.
Each term is found by adding a constant difference to the previous term.
Example: 2, 5, 8, 11, 14, ... (d = 3)
Each term is found by multiplying the previous term by a constant ratio.
Example: 2, 6, 18, 54, 162, ... (r = 3)
Each term is the sum of the two preceding terms.
Sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34, ...
Golden Ratio: lim(F_n/F_(n-1)) = φ ≈ 1.618
The sum of all terms in an infinite sequence.