Features
- •Arithmetic sequence: nth term, sum, preview
- •Geometric sequence: nth term, sum, preview
- •Fibonacci sequence: preview, nth value
- •Identify sequence type and pattern
- •Tabs for different sequence operations
- •Real-time result display
About Sequences
A sequence is an ordered list of numbers that follow a specific pattern or rule.
Common Sequences
- Arithmetic Sequence: Each term differs from the previous by a constant value (d)
- Geometric Sequence: Each term is a constant multiple (r) of the previous term
- Fibonacci Sequence: Each term is the sum of the two preceding terms (0, 1, 1, 2, 3, 5, 8, ...)
Sequences are used in various fields including mathematics, computer science, finance, and physics.