recursive sequence calculator

The calculator of sequence makes it possible to calculate online the terms of the sequence, defined by recurrence and its first term, until the indicated index.
This example shows how to calculate the first terms of a geometric sequence defined by recurrence. `u_(n+1)=4*u_n` and `u_0=-1` recursive_sequence(`4*x;-1;3;x`)
See also