sequence calculator

Sequence calculator allows to calculate online the terms of the sequence whose index is between two limits.
sequence(`n^2;1;4;n`), returns `u_1=1 ; u_2=4 ; u_3=9 ; u_4=16`.
See also