Sum
Calculate sum of numbers
Generate arithmetic sequences with customizable parameters.
An arithmetic sequence is a sequence of numbers where the difference between each consecutive term is constant. This constant difference is called the common difference. Given the first term (a₁) and the common difference (d), each term can be found by adding the common difference to the previous term.
Generate a sequence starting at 1, increasing by 2, for 5 terms
Generate a decreasing sequence starting at 10
Generate a sequence with decimal numbers