Anzeige



Calculate a Sequence

Calculator for finite sequences. A sequence is a numbered list of values, produced by the calculation of a formula. As running variable, which is increased by 1 in each step, i is used. Only this variable may occur in the sequence term. The basic arithmetic operations + - * / are allowed, as well as the power function, like pow(2#i) for 2i. Further allowed functions are sin(), cos(), tan(), asin(), acos(), atan(), log() for the natural logarithm and fac() for the factorial. Also, the constants e and pi can be used. The output of the sequence is displayed as table.

Formula: ai =

Sequence from m= to n=

Round to decimal places.



The finite sequence is:

Examples:





Anzeige